test/meson.build: drop obsolete gtest warning suppressions
This commit is contained in:
parent
50003f6ad2
commit
535a099a27
@ -6,10 +6,6 @@ if compiler.get_id() == 'gcc'
|
|||||||
gtest_compile_args += [
|
gtest_compile_args += [
|
||||||
'-Wno-suggest-attribute=format',
|
'-Wno-suggest-attribute=format',
|
||||||
'-Wno-suggest-attribute=noreturn',
|
'-Wno-suggest-attribute=noreturn',
|
||||||
'-Wno-missing-declarations',
|
|
||||||
|
|
||||||
# needed on Jessie for gtest's IsNullLiteralHelper
|
|
||||||
'-Wno-conversion-null',
|
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user