meson.build: Warn on deprecated declarations

Can finally do this after fixing all Value based deprecations.
Resolves #744

Change-Id: Ic050b42a5af140c6dc74dd1545e3f1d76a6a6964
This commit is contained in:
skye
2026-05-06 12:08:03 -04:00
parent 7cdda9c5fa
commit 2b409ad322
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -608,7 +608,6 @@ add_project_arguments(
# for consistency with the installed header being lix/config.h
'-include', 'lix/config.h',
'-Wno-unused-parameter',
'-Wno-deprecated-declarations',
'-Wno-missing-field-initializers',
'-Wimplicit-fallthrough',
'-Werror=switch',
@@ -1,6 +1,5 @@
add_project_arguments(
'-Wno-unused-parameter',
'-Wno-deprecated-declarations',
'-Wno-missing-field-initializers',
'-Wimplicit-fallthrough',
'-Werror=switch',