Suppress errors in xplat/yoga
Summary: Yoga (open source) has errors when `-Wconversion` is enabled. Suppress those to be just warnings. Differential Revision: D33330019 fbshipit-source-id: f5fad5581985942d469cb0689e706403d869323b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b6c71ae58b
commit
8123124c80
@@ -61,6 +61,9 @@ BASE_COMPILER_FLAGS = [
|
||||
"-O2",
|
||||
"-std=c++11",
|
||||
"-DYG_ENABLE_EVENTS",
|
||||
# Suppressions
|
||||
"-Wno-error=enum-float-conversion",
|
||||
"-Wno-error=implicit-float-conversion",
|
||||
]
|
||||
|
||||
LIBRARY_COMPILER_FLAGS = BASE_COMPILER_FLAGS + [
|
||||
|
Reference in New Issue
Block a user