]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: disable warnings about unused variables for NDEBUG builds 12130/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 28 Mar 2019 08:44:02 +0000 (09:44 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 28 Mar 2019 08:45:19 +0000 (09:45 +0100)
commita73f6213849bc659b0188a7169913ab1035afa7d
treea1c7fbf35c43b70956fd5b1c039ede8ed370e4db
parentee36fed4389e71f0859a7b5d40e6218f3af797a6
meson: disable warnings about unused variables for NDEBUG builds

With assertions disabled, we'd get a bunch of warnings that really bring no
value. With this change, a default meson build with -Db_ndebug=true generates
no warnings.
meson.build