mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
4 lines
281 B
Text
4 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.*
|