changeset 26034:6de55f563ee1

make/linux/makefiles/gcc.make: Removed -Wno-undefined-bool-conversion
author twisti
date Fri, 25 Sep 2015 09:52:03 -1000
parents bcebdcd2f431
children c19ab6c2e6bf
files make/linux/makefiles/gcc.make
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/linux/makefiles/gcc.make	Fri Sep 25 09:13:43 2015 -1000
+++ b/make/linux/makefiles/gcc.make	Fri Sep 25 09:52:03 2015 -1000
@@ -205,7 +205,6 @@
   WARNINGS_ARE_ERRORS += -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-tautological-compare
   WARNINGS_ARE_ERRORS += -Wno-delete-non-virtual-dtor -Wno-deprecated -Wno-format -Wno-dynamic-class-memaccess
   WARNINGS_ARE_ERRORS += -Wno-return-type -Wno-empty-body
-  WARNINGS_ARE_ERRORS += -Wno-undefined-bool-conversion
 endif
 
 WARNING_FLAGS = -Wpointer-arith -Wsign-compare -Wundef -Wunused-function -Wunused-value -Wformat=2 -Wreturn-type -Woverloaded-virtual