Browse Source

Suppress obnoxious warning from Windows SDK

default_compile_flags
vector-of-bool 5 years ago
parent
commit
45b271db23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/msvc.dds

+ 1
- 1
tools/msvc.dds View File

@@ -1,5 +1,5 @@
Compiler-ID: MSVC
C++-Version: C++17
Flags: /experimental:preprocessor /D FMT_HEADER_ONLY=1
Flags: /experimental:preprocessor /D FMT_HEADER_ONLY=1 /wd5105
Link-Flags: rpcrt4.lib
Optimize: True

Loading…
Cancel
Save