mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 06:48:52 +00:00
Hide warnings for deprecated functions
This commit is contained in:
@ -54,7 +54,8 @@ LOG_COMMAND := 2>&1 | tee -a compiler.log
|
||||
|
||||
WARNINGS := \
|
||||
-Wall -W -Wpointer-arith -Wsign-compare -Wmissing-prototypes \
|
||||
-Wundef -Wbad-function-cast -Wmissing-declarations -Wunused -Wwrite-strings
|
||||
-Wundef -Wbad-function-cast -Wmissing-declarations -Wunused -Wwrite-strings \
|
||||
-Wno-deprecated-declarations \
|
||||
|
||||
# -Wconversion -Wshadow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user