Skip to content
Snippets Groups Projects
Commit 58d5c9e1 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

some more flags I used to check code quality.


Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent 79900ff7
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,8 @@ COMPILERFLAGS := -Wall
# 'Hardcore' settings
# Unlikely to work for GCC below 4.x
#COMPILERFLAGS += -Werror -pedantic -W -Wno-unused-parameter -O1
#COMPILERFLAGS += -Wpedantic -Wextra -Wconversion -Wfloat-conversion -Wsign-conversion -Wint-conversion
#COMPILERFLAGS += -Wfloat-equal -Wcast-qual -Wparentheses -Wlogical-op
# Flags for the C compiler.
# std=gnu9x shuts up warnings about long long and variadic macros
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment