Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlateralusX <lateralusx.github@gmail.com>2019-10-10 19:50:30 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-10 21:17:25 +0300
commitd7b108ee11053845610bf5155672ff609f84e8db (patch)
tree88df67e7a1f242891865c34c31b952e3dbe8b88e
parent4ca62c57796d70d3717f695a726c72a859968594 (diff)
Fix VS2019 warning causing build failure.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 59f46808..eaa59401 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,6 +88,7 @@ elseif(MSVC)
"C5027" # move assignment operator was implicitly defined as deleted
"C5045" # compiler will insert Spectre mitigation for memory load
# if /Qspectre switch specified
+ "C4668" # 'symbol' is not defined as a preprocessor macro, replacing with '0' for 'directives'
)
set(MSVC_LEVEL4_WARNINGS_LIST
# See https://connect.microsoft.com/VisualStudio/feedback/details/1217660/warning-c4265-when-using-functional-header