changeset 21981:007e88ccbba9

Ignore undefined-bool-conversion warning on clang/linux.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 16 Jun 2015 12:19:53 +0200
parents 7b46c756a37c
children 861108f5408e
files make/linux/makefiles/gcc.make
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/linux/makefiles/gcc.make	Tue Jun 16 16:14:57 2015 +0200
+++ b/make/linux/makefiles/gcc.make	Tue Jun 16 12:19:53 2015 +0200
@@ -213,6 +213,7 @@
   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