diff options
author | David Robillard <d@drobilla.net> | 2022-06-17 18:43:10 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-06-17 18:43:10 -0400 |
commit | 324826ab789ba0e312d8ec53f364a6fc62a03d77 (patch) | |
tree | 2ab25291fa3d5f4e66333403b7a8497454f27384 | |
parent | 3cc5539d1c85e5044e6f893b3173cd1392bd8fc8 (diff) | |
download | pugl-324826ab789ba0e312d8ec53f364a6fc62a03d77.tar.gz pugl-324826ab789ba0e312d8ec53f364a6fc62a03d77.tar.bz2 pugl-324826ab789ba0e312d8ec53f364a6fc62a03d77.zip |
Remove redundant assignment
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
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') |