Hide warnings caused by glibmm/helperlist.h declutter build log
This commit is contained in:
parent
c16e31012b
commit
961cf955d2
2
wscript
2
wscript
@ -71,7 +71,7 @@ compiler_flags_dictionaries= {
|
||||
# Any additional flags for warnings that are specific to C (not C++)
|
||||
'extra-c-warnings' : [ '-Wstrict-prototypes', '-Wmissing-prototypes' ],
|
||||
# Any additional flags for warnings that are specific to C++ (not C)
|
||||
'extra-cxx-warnings' : [ '-Woverloaded-virtual', '-Wno-unused-local-typedefs' ],
|
||||
'extra-cxx-warnings' : [ '-Woverloaded-virtual', '-Wno-unused-local-typedefs', '-Wno-deprecated-copy' ],
|
||||
# Flags used for "strict" compilation, C and C++ (i.e. compiler will warn about language issues)
|
||||
'strict' : ['-Wall', '-Wcast-align', '-Wextra', '-Wwrite-strings', '-Wunsafe-loop-optimizations', '-Wlogical-op' ],
|
||||
# Flags used for "strict" compilation, C only (i.e. compiler will warn about language issues)
|
||||
|
Loading…
Reference in New Issue
Block a user