ci: Make scan-build errors fatal in CI

\o/

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Fixes: #1767
This commit is contained in:
Philip Withnall 2024-04-12 15:35:12 +01:00
parent b1bafda881
commit b1b8166a8a
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -741,6 +741,7 @@ scan-build:
--exclude glib/libcharset/
--exclude gio/xdgmime/
-disable-checker deadcode.DeadStores
--status-bugs
script:
- meson setup ${MESON_COMMON_OPTIONS}
--werror