diff options
author | anonymix007 <48598263+anonymix007@users.noreply.github.com> | 2024-10-11 15:44:54 +0200 |
---|---|---|
committer | anonymix007 <48598263+anonymix007@users.noreply.github.com> | 2024-10-11 22:07:44 +0200 |
commit | cefa196723fd5dd29c2acf194e25b579b0ef12a0 (patch) | |
tree | d4b7c689e24631d7beada900ae7a9f3f73e16bf3 /meson.build | |
parent | systemd-update-helper: Show executed commands if debug logging is enabled (diff) | |
download | systemd-cefa196723fd5dd29c2acf194e25b579b0ef12a0.tar.xz systemd-cefa196723fd5dd29c2acf194e25b579b0ef12a0.zip |
macro: Add DISABLE_WARNING_STRINGOP_OVERREAD
While at it, also add -Wunknown-warning-option to basic_disabled_warnings to fix compilation with clang
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index caed1d75f0..922e5d5a9b 100644 --- a/meson.build +++ b/meson.build @@ -367,6 +367,7 @@ endif # avoid them. basic_disabled_warnings = [ '-Wno-missing-field-initializers', + '-Wno-unknown-warning-option', '-Wno-unused-parameter', '-Wno-nonnull-compare', ] |