From: Emil Velikov Date: Thu, 29 May 2025 09:53:12 +0000 (+0100) Subject: meson: alpha sort -Wno section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd51c99c35fe7b9e2acee75c8861444d3b734456;p=thirdparty%2Fkmod.git meson: alpha sort -Wno section Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/360 Signed-off-by: Lucas De Marchi --- diff --git a/meson.build b/meson.build index 811c9d08..1dd6ca38 100644 --- a/meson.build +++ b/meson.build @@ -130,8 +130,8 @@ add_project_arguments( '-Wmissing-noreturn', '-Wmissing-prototypes', '-Wnested-externs', - '-Wno-unused-parameter', '-Wno-attributes=clang::suppress', + '-Wno-unused-parameter', '-Wold-style-definition', '-Wpointer-arith', '-Wredundant-decls',