meson.build: Enable deprecation warnings

This commit is contained in:
Ernestas Kulik 2018-05-15 11:21:31 +03:00
parent 6310de4d71
commit 81c4c0d175

View file

@ -19,12 +19,6 @@ servicedir = join_paths(datadir, 'dbus-1', 'services')
cc = meson.get_compiler('c')
#
add_global_arguments(
cc.get_supported_arguments([
'-Wno-deprecated-declarations',
]),
language: 'c'
)
add_project_arguments(
cc.get_supported_arguments([
'-Wall',