From: Tomas Krizek Date: Thu, 14 Feb 2019 09:26:22 +0000 (+0100) Subject: meson: fix C args X-Git-Tag: v4.0.0~24^2~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d070b8543d2fc5d4335021ef1111ff52fd5d9103;p=thirdparty%2Fknot-resolver.git meson: fix C args --- diff --git a/meson.build b/meson.build index 7cabfebfc..0bd51b8bd 100644 --- a/meson.build +++ b/meson.build @@ -89,14 +89,15 @@ endif message('---------------------------') ## Compiler args -add_project_arguments([ +add_project_arguments( '-D_GNU_SOURCE', '-Wformat-security', '-Wtype-limits', '-Wshadow', '-Wall', '-fvisibility=hidden', -]) + language: 'c', +) # Lists of tests # These lists are added to from subdir() and finally used in tests/*