commit 4f4b13eda5e02bbaf17a79f6ed23d51bb9d79555
parent bba65e13266db4bb200828d4bd7c046e7e627271
Author: fundamental <[email protected]>
Date: Sun, 16 Oct 2016 09:39:21 -0400
Revert "Suppress errors from system headers."
This reverts commit fdbd3007a070a3ee70f5ae7b9741291d5b6b9440.
Diffstat:
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
@@ -262,18 +262,12 @@ add_definitions(
-Wextra
)
-check_cxx_compiler_flag(-Wno-inconsistent-missing-override
+CHECK_CXX_COMPILER_FLAG(-Wno-inconsistent-missing-override
COMPILER_SUPPORTS_OVERRIDE)
if(COMPILER_SUPPORTS_OVERRIDE)
add_definitions(-Wno-inconsistent-missing-override)
endif()
-check_cxx_compiler_flag(--system-header-prefix
- COMPILER_SUPPORTS_SYSTEM_HDR_PREFIX)
-if(COMPILER_SUPPORTS_OVERRIDE)
- add_definitions(--system-header-prefix="FL/")
-endif()
-
if(NOT AVOID_ASM)
message(STATUS "Compiling with x86 opcode support")
add_definitions(-DASM_F2I_YES)