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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user