13
0

Hide warnings caused by glibmm/helperlist.h declutter build log

This commit is contained in:
Robin Gareus 2024-08-19 00:22:38 +02:00
parent c16e31012b
commit 961cf955d2
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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)