mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
5 lines
281 B
Text
5 lines
281 B
Text
|
# 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.*
|