mirror of https://github.com/GNOME/gimp.git
Meson add suggested warning flags from Massimo
This commit is contained in:
parent
9032df515b
commit
3c6cf7fb3f
12
meson.build
12
meson.build
|
@ -257,9 +257,19 @@ warning_cflags_common = [
|
|||
'-Wtype-limits',
|
||||
]
|
||||
warning_cflags_c = [
|
||||
'-Wabsolute-value',
|
||||
'-Wdeclaration-after-statement',
|
||||
'-Wold-style-definition',
|
||||
'-Wenum-conversion',
|
||||
'-Wliteral-conversion',
|
||||
'-Wno-strict-prototypes',
|
||||
'-Wold-style-definition',
|
||||
'-Wparentheses-equality',
|
||||
'-W#pragma-messages',
|
||||
'-Wsometimes-uninitialized',
|
||||
'-Wtautological-unsigned-enum-zero-compare',
|
||||
'-Wunneeded-internal-declaration',
|
||||
'-Wunused-function',
|
||||
'-Wunused-value',
|
||||
|
||||
'-Werror=implicit-function-declaration',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue