Shup up clang about gtkmm/papertraits.h.
This commit is contained in:
parent
9dd8024e41
commit
8b268344f9
2
wscript
2
wscript
@ -388,6 +388,8 @@ def set_compiler_flags (conf,opt):
|
|||||||
cxx_flags.append('-Woverloaded-virtual')
|
cxx_flags.append('-Woverloaded-virtual')
|
||||||
if not is_clang:
|
if not is_clang:
|
||||||
cxx_flags.append('-Wno-unused-local-typedefs')
|
cxx_flags.append('-Wno-unused-local-typedefs')
|
||||||
|
if is_clang:
|
||||||
|
cxx_flags.append('-Wno-mismatched-tags')
|
||||||
|
|
||||||
#
|
#
|
||||||
# more boilerplate
|
# more boilerplate
|
||||||
|
Loading…
Reference in New Issue
Block a user