[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>
Sun, 18 May 2025 22:58:37 +0000 (00:58 +0200)
commit5d93d153d92c30a9c0c2089bcc185ee41b34a8fe
treef9d12a4ca42a3d29ca21614e7d90f056ece6b7bd
parent4366a48bfe01773f7f08f33a0fdd2c31e2b060a7
[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