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 += [
|
||||
'-Wno-suggest-attribute=format',
|
||||
'-Wno-suggest-attribute=noreturn',
|
||||
'-Wno-missing-declarations',
|
||||
|
||||
# needed on Jessie for gtest's IsNullLiteralHelper
|
||||
'-Wno-conversion-null',
|
||||
]
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue