diff --git a/wscript b/wscript index 3c308bbcdf..1843585b14 100644 --- a/wscript +++ b/wscript @@ -79,7 +79,7 @@ compiler_flags_dictionaries= { # Flags used for "strict" compilation, C only (i.e. compiler will warn about language issues) 'c-strict' : ['-std=c99', '-pedantic', '-Wshadow'], # Flags used for "strict" compilation, C++ only (i.e. compiler will warn about language issues) - 'cxx-strict' : [ '-ansi', '-Wnon-virtual-dtor', '-Woverloaded-virtual', '-fstrict-overflow' ], + 'cxx-strict' : [ '-Wnon-virtual-dtor', '-Woverloaded-virtual', '-fstrict-overflow' ], # Flags required for whatever consider the strictest possible compilation 'ultra-strict' : ['-Wredundant-decls', '-Wstrict-prototypes', '-Wmissing-prototypes'], # Flag to turn on C99 compliance by itself