Fix a clang-3.6 compilation issue
This commit is contained in:
parent
26d0f3f2de
commit
934e0208bf
|
@ -162,6 +162,8 @@ class AMXXConfig(object):
|
|||
else:
|
||||
cfg.cxxflags += ['-Wno-deprecated']
|
||||
cfg.cflags += ['-Wno-sometimes-uninitialized']
|
||||
if cxx.version >= '3.6':
|
||||
cfg.cxxflags += ['-Wno-inconsistent-missing-override']
|
||||
|
||||
if have_gcc:
|
||||
cfg.cflags += ['-Wno-parentheses']
|
||||
|
|
Loading…
Reference in New Issue
Block a user