Jelajahi Sumber

CMakeLists: Resolve MSVC build failures

Prevents the compiler tripping up about Windows headers.
Lioncash 5 tahun lalu
induk
melakukan
14a97d082e
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/CMakeLists.txt

+ 0 - 1
src/CMakeLists.txt

@@ -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