From fd1df55a60275e24ef21a643adde7208108b02b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Sundstr=C3=B6m?= Date: Sun, 4 Feb 2024 17:04:42 +0100 Subject: [PATCH] misc: Fixed typo in meson.build for gcc warning option --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a51a7677..274f3b22 100644 --- a/meson.build +++ b/meson.build @@ -82,7 +82,7 @@ extended_warnings = [ '-Wstringop-overflow', '-Wunknown-pragmas', '-Wunsafe-loop-optimizations', - '-Wunsuffixed-float-constant', + '-Wunsuffixed-float-constants', '-Wunused-const-variable=2', '-Wunused-local-typedefs', '-Wunused',