Skip to content
Snippets Groups Projects
Commit 8fded84f authored by earplov's avatar earplov
Browse files

build fix for GCC7, 2nd commit


Signed-off-by: default avatarearplov <arpad.lovassy@ericsson.com>
parent 2a742276
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ XMLDIR := default
CPPFLAGS += -DYY_NO_INPUT
# Flags shared between C and C++
COMPILERFLAGS := -Wall -Wpedantic -Wextra -Wparentheses -Wmisleading-indentation -Wduplicated-cond -Wnonnull
COMPILERFLAGS := -Wall
# 'Hardcore' settings
# Unlikely to work for GCC below 4.x
......
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