config-store: (workaround for #2978) disable deprecation warning

This commit is contained in:
Tom Henderson
2018-08-29 18:54:57 -07:00
parent 971c25bcbe
commit 1483459c44
2 changed files with 3 additions and 1 deletions

View File

@@ -643,7 +643,6 @@ def configure(conf):
if conf.check_compilation_flag(flag, mode='cc'):
env.append_value('CCFLAGS', flag)
add_gcc_flag('-Wno-error=deprecated-declarations')
add_gcc_flag('-fstrict-aliasing')
add_gcc_flag('-Wstrict-aliasing')