forked from AuroraMiddleware/gtk
build: squash various warnings with Clang
Otherwise we have really chatty builds that make it difficult to catch new issues when compiling.
This commit is contained in:
parent
7884ab6161
commit
514b62223d
@ -235,6 +235,8 @@ if cc.get_id() == 'msvc'
|
||||
elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
|
||||
test_cflags = [
|
||||
'-fno-strict-aliasing',
|
||||
'-Wno-c++11-extensions',
|
||||
'-Wno-missing-include-dirs',
|
||||
'-Wno-typedef-redefinition',
|
||||
'-Wcast-align',
|
||||
'-Wduplicated-branches',
|
||||
|
Loading…
Reference in New Issue
Block a user