mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Hide warnings caused by glibmm/helperlist.h declutter build log
This commit is contained in:
parent
c16e31012b
commit
961cf955d2
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue