mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 09:25:38 +00:00
trivial: Add two more compiler flags to check for C99 compatibility
This commit is contained in:
parent
aeb7dfe6ba
commit
93466bd7c4
@ -71,7 +71,9 @@ warning_flags = [
|
||||
'-Wformat-signedness',
|
||||
'-Wignored-qualifiers',
|
||||
'-Wimplicit-function-declaration',
|
||||
'-Wimplicit-int',
|
||||
'-Winit-self',
|
||||
'-Wint-conversion',
|
||||
'-Wlogical-op',
|
||||
'-Wmaybe-uninitialized',
|
||||
'-Wmissing-declarations',
|
||||
|
Loading…
Reference in New Issue
Block a user