Skip to content
Snippets Groups Projects
Commit 14a97d08 authored by Lioncash's avatar Lioncash
Browse files

CMakeLists: Resolve MSVC build failures

Prevents the compiler tripping up about Windows headers.
parent 8aa9ae5b
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ if (MSVC) ...@@ -46,7 +46,6 @@ if (MSVC)
# Warnings # Warnings
/W3 /W3
/we4547 # 'operator' : operator before comma has no effect; expected operator with side-effect /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'? /we4549 # 'operator1': operator before comma has no effect; did you intend 'operator2'?
/we4555 # Expression has no effect; expected expression with side-effect /we4555 # Expression has no effect; expected expression with side-effect
/we4834 # Discarding return value of function with 'nodiscard' attribute /we4834 # Discarding return value of function with 'nodiscard' attribute
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment