mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-29 01:11:29 +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',
|
'-Wformat-signedness',
|
||||||
'-Wignored-qualifiers',
|
'-Wignored-qualifiers',
|
||||||
'-Wimplicit-function-declaration',
|
'-Wimplicit-function-declaration',
|
||||||
|
'-Wimplicit-int',
|
||||||
'-Winit-self',
|
'-Winit-self',
|
||||||
|
'-Wint-conversion',
|
||||||
'-Wlogical-op',
|
'-Wlogical-op',
|
||||||
'-Wmaybe-uninitialized',
|
'-Wmaybe-uninitialized',
|
||||||
'-Wmissing-declarations',
|
'-Wmissing-declarations',
|
||||||
|
Loading…
Reference in New Issue
Block a user