meson: make pointer-sign warning critical

With the previous commit, no pointer signedness warning should be
triggered even built with C23. Let's make the warning critical.
This commit is contained in:
Yu Watanabe
2025-03-16 10:10:28 +09:00
parent e193378d32
commit 59e64dd86d

View File

@@ -391,6 +391,7 @@ possible_common_cc_flags = [
'-Werror=missing-prototypes',
'-Werror=overflow',
'-Werror=override-init',
'-Werror=pointer-sign',
'-Werror=return-type',
'-Werror=shift-count-overflow',
'-Werror=shift-overflow=2',