--- old/make/linux/makefiles/gcc.make 2015-10-09 14:50:44.876113000 +0200 +++ new/make/linux/makefiles/gcc.make 2015-10-09 14:50:44.733092000 +0200 @@ -223,6 +223,8 @@ WARNING_FLAGS += -Wtype-limits # GCC < 4.8 don't accept this flag for C++. WARNING_FLAGS += -Wno-format-zero-length + # GCC 4.8 reports less false positives than the older compilers. + WARNING_FLAGS += -Wuninitialized endif endif