|
1 | 1 | diff --git a/cmake_modules/yacma/YACMACompilerLinkerSettings.cmake b/cmake_modules/yacma/YACMACompilerLinkerSettings.cmake
|
2 |
| -index 7d7aa1b..21613a2 100644 |
| 2 | +index 7d7aa1b..81c8bf6 100644 |
3 | 3 | --- a/cmake_modules/yacma/YACMACompilerLinkerSettings.cmake
|
4 | 4 | +++ b/cmake_modules/yacma/YACMACompilerLinkerSettings.cmake
|
5 |
| -@@ -95,7 +95,7 @@ if(NOT _YACMACompilerLinkerSettingsRun) |
| 5 | +@@ -95,7 +95,6 @@ if(NOT _YACMACompilerLinkerSettingsRun) |
6 | 6 | # NOTE: enable unconditionally, as it seems like the CMake
|
7 | 7 | # machinery for detecting this fails. Perhaps the source code
|
8 | 8 | # used for checking the flag emits warnings?
|
9 | 9 | - list(APPEND _YACMA_CXX_FLAGS_DEBUG "-Werror")
|
10 |
| -+ #list(APPEND _YACMA_CXX_FLAGS_DEBUG "-Werror") |
11 | 10 | # New warnings in clang 8.
|
12 | 11 | # NOTE: a few issues with macros here, let's disable for now.
|
13 | 12 | # _YACMA_CHECK_ENABLE_DEBUG_CXX_FLAG(-Wextra-semi-stmt)
|
14 |
| -@@ -180,7 +180,7 @@ if(NOT _YACMACompilerLinkerSettingsRun) |
| 13 | +@@ -180,7 +179,6 @@ if(NOT _YACMACompilerLinkerSettingsRun) |
15 | 14 | # Enable higher warning level than usual.
|
16 | 15 | _YACMA_CHECK_ENABLE_DEBUG_CXX_FLAG(/W4)
|
17 | 16 | # Treat warnings as errors.
|
18 | 17 | - _YACMA_CHECK_ENABLE_DEBUG_CXX_FLAG(/WX)
|
19 |
| -+ #_YACMA_CHECK_ENABLE_DEBUG_CXX_FLAG(/WX) |
20 | 18 | endif()
|
21 | 19 |
|
22 | 20 | # Set the cache variables.
|
0 commit comments