MDEV-10292: Tokudb - PerconaFT - compile error in recent gcc
The following directives to ignore warnings where in the PerconaFT build in tokudb. These generate errors when g++ ... -o xxx.so is used to compile are shared object. As these don't actually hit any warnings they have been removed. * -Wno-ignored-attributes * -Wno-pointer-bool-conversion Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
This commit is contained in:
parent
ad5b88a892
commit
9155cc7090
@ -98,9 +98,7 @@ set_cflags_if_supported(
|
||||
-Wno-error=address-of-array-temporary
|
||||
-Wno-error=tautological-constant-out-of-range-compare
|
||||
-Wno-error=maybe-uninitialized
|
||||
-Wno-ignored-attributes
|
||||
-Wno-error=extern-c-compat
|
||||
-Wno-pointer-bool-conversion
|
||||
-fno-rtti
|
||||
-fno-exceptions
|
||||
-Wno-error=nonnull-compare
|
||||
|
Loading…
x
Reference in New Issue
Block a user