Fix up more uses of Wno-error=

Summary: This results in compiler warnings. At the scale of our builds, warnings are useless; no one feels empowered to fix thousands of noisy warnings, so they are just noise. Turn them off.

Reviewed By: Daij-Djan, nlutsenko

Differential Revision: D35579825

fbshipit-source-id: cffb7b4ae94299b78aec057e43e87e756efd2d63
This commit is contained in:
Adam Ernst
2022-04-13 10:04:19 -07:00
committed by Facebook GitHub Bot
parent f174de70af
commit 2e1fa58ea5

View File

@@ -51,8 +51,8 @@ CXX_LIBRARY_WHITELIST = [
] ]
SUPPRESSION_FLAGS = [ SUPPRESSION_FLAGS = [
"-Wno-error=enum-float-conversion", "-Wno-enum-float-conversion",
"-Wno-error=implicit-float-conversion", "-Wno-implicit-float-conversion",
] ]
BASE_COMPILER_FLAGS = [ BASE_COMPILER_FLAGS = [