make/autoconf/flags-cflags.m4
branchihse-cflags-rewrite-branch
changeset 56240 1950c307f07a
parent 56239 ba505dae4143
child 56242 e60ee82dc0ce
--- a/make/autoconf/flags-cflags.m4	Mon Mar 05 22:02:25 2018 +0100
+++ b/make/autoconf/flags-cflags.m4	Mon Mar 05 22:16:28 2018 +0100
@@ -194,7 +194,8 @@
       WARNINGS_ENABLE_ALL_CXXFLAGS="+w +w2"
 
       DISABLED_WARNINGS_C="E_OLD_STYLE_FUNC_DECL E_OLD_STYLE_FUNC_DEF E_SEMANTICS_OF_OP_CHG_IN_ANSI_C E_NO_REPLACEMENT_IN_STRING"
-      DISABLED_WARNINGS_CXX="inllargeuse notused wemptydecl notemsource"
+      DISABLED_WARNINGS_CXX="inllargeuse inllargeint notused wemptydecl notemsource"
+      # helpful quality checks, should not be disabled: inllargeuse inllargeint
       ;;
     gcc)
       # Prior to gcc 4.4, a -Wno-X where X is unknown for that version of gcc will cause an error