Commit d8ed7f85 authored by Ryan VanderMeulen's avatar Ryan VanderMeulen
Browse files

Bug 1787525 - Remove unneeded Wno-gnu-zero-variadic-macro-arguments...

Bug 1787525 - Remove unneeded Wno-gnu-zero-variadic-macro-arguments suppression. r=firefox-build-system-reviewers,ahochheiden

Depends on D155737

Differential Revision: https://phabricator.services.mozilla.com/D155738
parent d48ae10c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -282,9 +282,6 @@ with only_when(target_is_windows):
        # build, but we're not sure why.
        check_and_add_warning("-Wno-enum-compare")

# We hit this all over the place with the gtest INSTANTIATE_TEST_CASE_P macro
check_and_add_warning("-Wno-gnu-zero-variadic-macro-arguments")

# Make it an error to be missing function declarations for C code.
check_and_add_warning("-Werror=implicit-function-declaration", c_compiler)