From: Tomas Krizek Date: Wed, 30 Jan 2019 11:14:54 +0000 (+0100) Subject: meson: turn on C compiler warnings X-Git-Tag: v4.0.0~24^2~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9b10fa99f16b6dbd37abd9cc478a7dbb216c4d2;p=thirdparty%2Fknot-resolver.git meson: turn on C compiler warnings --- diff --git a/meson.build b/meson.build index 828a7ce41..fda27b963 100644 --- a/meson.build +++ b/meson.build @@ -59,11 +59,11 @@ luacov = find_program('luacov', required: false) add_global_arguments( '-D_GNU_SOURCE', -# '-Wtype-limits', -# '-Wformat', -# '-Wformat-security', -# '-Wshadow', -# '-Wall', + '-Wtype-limits', + '-Wformat', + '-Wformat-security', + '-Wshadow', + '-Wall', '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()), '-DPREFIX="@0@"'.format(get_option('prefix')), '-DMODULEDIR="@0@"'.format(modules_dir),