From 324826ab789ba0e312d8ec53f364a6fc62a03d77 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Jun 2022 18:43:10 -0400 Subject: Remove redundant assignment --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 8176447..70c3dc8 100644 --- a/meson.build +++ b/meson.build @@ -39,7 +39,6 @@ if host_machine.system() == 'darwin' endif # Set global ultra-strict warnings for developers if enabled -c_warnings = [] if get_option('strict') subdir('meson/warnings') subdir('meson/suppressions') -- cgit v1.2.1