[PATCH] Tweak compiler warning flags to reduce unneeded output
authorArjen Hiemstra <ahiemstra@heimr.nl>
Thu, 20 Mar 2025 13:19:21 +0000 (14:19 +0100)
committerAurélien COUDERC <coucouf@debian.org>
Tue, 15 Jul 2025 14:45:40 +0000 (16:45 +0200)
commit0234c0eff451d5ee8b4d9b4dff816a1c5cc8c06e
tree32cfc2c338aa92b411c288fb20d4607a6c8ab90d
parent9a4ef4ccbcae2cc144ab5e635a21286526ced7d8
[PATCH] Tweak compiler warning flags to reduce unneeded output

-Wno-gnu-statement-expression-from-macro-expansion and
-Wno-c99-extensions are non-existent options that add more noise than
they fix. Additionally, -Wpedantic is enabled by default which causes a
lot of noise, so disable that. Finally, add
-Wno-missing-field-initializers to quiet down the final bits of PipeWire
API.

Gbp-Pq: Name upstream_686df1e3_Tweak-compiler-warning-flags-to-reduce-unneeded-output.patch
src/CMakeLists.txt
src/libwebpencoder.cpp