summaryrefslogtreecommitdiffstats
path: root/storage/tokudb/PerconaFT/buildbot/compile.suppressions
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/PerconaFT/buildbot/compile.suppressions')
-rw-r--r--storage/tokudb/PerconaFT/buildbot/compile.suppressions4
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/tokudb/PerconaFT/buildbot/compile.suppressions b/storage/tokudb/PerconaFT/buildbot/compile.suppressions
new file mode 100644
index 00000000..39930d63
--- /dev/null
+++ b/storage/tokudb/PerconaFT/buildbot/compile.suppressions
@@ -0,0 +1,4 @@
+# Suppress some warnings we get from jemalloc and lzma, they aren't our fault.
+.*third_party/jemalloc/src/jemalloc.c : .*-Wattributes.*
+.*third_party/jemalloc/src/ctl.c : .*-Wunused-but-set-variable.*
+.*xz/src/build_lzma/src/liblzma/lz/lz_encoder.c : .*-Wunused-but-set-variable.*