mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
meson: upgrade warning about bad init values to an error
We never expect to get this warning, it is most likely to occur if somebody messes up enumeration values.
This commit is contained in:
@@ -345,6 +345,7 @@ possible_common_cc_flags = [
|
||||
'-Werror=incompatible-pointer-types',
|
||||
'-Werror=int-conversion',
|
||||
'-Werror=overflow',
|
||||
'-Werror=override-init',
|
||||
'-Werror=return-type',
|
||||
'-Werror=shift-count-overflow',
|
||||
'-Werror=shift-overflow=2',
|
||||
|
||||
Reference in New Issue
Block a user