13
0

Shup up clang about gtkmm/papertraits.h.

This commit is contained in:
David Robillard 2014-11-25 02:08:35 -05:00
parent 9dd8024e41
commit 8b268344f9

View File

@ -388,6 +388,8 @@ def set_compiler_flags (conf,opt):
cxx_flags.append('-Woverloaded-virtual')
if not is_clang:
cxx_flags.append('-Wno-unused-local-typedefs')
if is_clang:
cxx_flags.append('-Wno-mismatched-tags')
#
# more boilerplate