mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
Disable -Wunused-label.
There are a lot of unused lables, depending on the actual compiling mode.
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user