Skip to content

Commit 9155cc7

Browse files
grooverdanvuvova
authored andcommitted
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>
1 parent ad5b88a commit 9155cc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ set_cflags_if_supported(
9898
-Wno-error=address-of-array-temporary
9999
-Wno-error=tautological-constant-out-of-range-compare
100100
-Wno-error=maybe-uninitialized
101-
-Wno-ignored-attributes
102101
-Wno-error=extern-c-compat
103-
-Wno-pointer-bool-conversion
104102
-fno-rtti
105103
-fno-exceptions
106104
-Wno-error=nonnull-compare

0 commit comments

Comments
 (0)