Edward Hervey 2025-01-02 12:14:37 +01:00 committed by GStreamer Marge Bot
parent 316722d7c9
commit 0e8f8dfe15

View file

@ -517,23 +517,28 @@ else
endif
endif
# NOTE: Keep entries alphabetically sorted
warning_flags = [
'-Wmissing-declarations',
'-Wmissing-prototypes',
'-Wredundant-decls',
'-Wundef',
'-Wwrite-strings',
'-Waddress',
'-Waggregate-return',
'-Wformat',
'-Wformat-nonliteral',
'-Wformat-security',
'-Wold-style-definition',
'-Wimplicit-fallthrough=3',
'-Winit-self',
'-Wmissing-declarations',
'-Wmissing-include-dirs',
'-Waddress',
'-Waggregate-return',
'-Wmissing-parameter-type',
'-Wmissing-prototypes',
'-Wno-multichar',
'-Wvla',
'-Wold-style-definition',
'-Wpointer-arith',
'-Wredundant-decls',
'-Wshift-negative-value',
'-Wtype-limits',
'-Wundef',
'-Wvla',
'-Wwrite-strings',
]
foreach extra_arg : warning_flags