From 14a97d082e996a22ff8aa7b57c3ed6fe5912b9cf Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 30 Oct 2020 14:57:54 -0400 Subject: CMakeLists: Resolve MSVC build failures Prevents the compiler tripping up about Windows headers. --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 030cce92c..dbda528ce 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,7 +46,6 @@ if (MSVC) # Warnings /W3 /we4547 # 'operator' : operator before comma has no effect; expected operator with side-effect - /we4548 # Expression before comma has no effect; expected expression with side-effect /we4549 # 'operator1': operator before comma has no effect; did you intend 'operator2'? /we4555 # Expression has no effect; expected expression with side-effect /we4834 # Discarding return value of function with 'nodiscard' attribute -- cgit v1.2.3