Disable -Wunused-label.

There are a lot of unused lables, depending on the actual
compiling mode.
This commit is contained in:
Sebastian Bauer 2018-04-10 23:17:08 +02:00
parent 82dd474e3b
commit e8086be768
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ LOG_COMMAND :=
WARNINGS := \
-Wall -W -Wpointer-arith -Wsign-compare -Wmissing-prototypes \
-Wundef -Wmissing-declarations -Wunused -Wwrite-strings \
-Wno-deprecated-declarations \
-Wno-deprecated-declarations -Wno-unused-label \
# -Wconversion -Wshadow -Wbad-function-cast