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:
committed by
Facebook GitHub Bot
parent
f174de70af
commit
2e1fa58ea5
@@ -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 = [
|
||||||
|
Reference in New Issue
Block a user