mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-12 05:58:51 +00:00
Move to C11
Hey, it's only 11 years ago and I'd like to use _Generic.
This commit is contained in:
parent
93d6d6b7f8
commit
ecb38b1199
@ -2,7 +2,7 @@ project('fwupd', 'c',
|
|||||||
version: '1.8.8',
|
version: '1.8.8',
|
||||||
license: 'LGPL-2.1+',
|
license: 'LGPL-2.1+',
|
||||||
meson_version: '>=0.61.0',
|
meson_version: '>=0.61.0',
|
||||||
default_options: ['warning_level=2', 'c_std=c99'],
|
default_options: ['warning_level=2', 'c_std=c11'],
|
||||||
)
|
)
|
||||||
|
|
||||||
fwupd_version = meson.project_version()
|
fwupd_version = meson.project_version()
|
||||||
@ -89,6 +89,7 @@ warning_flags = [
|
|||||||
'-Wno-missing-field-initializers',
|
'-Wno-missing-field-initializers',
|
||||||
'-Wno-strict-aliasing',
|
'-Wno-strict-aliasing',
|
||||||
'-Wno-suggest-attribute=format',
|
'-Wno-suggest-attribute=format',
|
||||||
|
'-Wno-typedef-redefinition',
|
||||||
'-Wno-unknown-warning-option',
|
'-Wno-unknown-warning-option',
|
||||||
'-Wno-unused-parameter',
|
'-Wno-unused-parameter',
|
||||||
'-Wold-style-definition',
|
'-Wold-style-definition',
|
||||||
|
Loading…
Reference in New Issue
Block a user