Browse Source

Silence conversion warning from range-v3 0.10.0

default_compile_flags
vector-of-bool 5 years ago
parent
commit
83460d619e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tools/gcc-9.dds

+ 2
- 1
tools/gcc-9.dds View File

C++-Version: C++17 C++-Version: C++17
C-Compiler: gcc-9 C-Compiler: gcc-9
C++-Compiler: g++-9 C++-Compiler: g++-9
Flags: -D SPDLOG_COMPILED_LIB -fconcepts -Werror=return-type
# Range-v3 0.10.0 contains an accidental conversion warning
Flags: -D SPDLOG_COMPILED_LIB -fconcepts -Werror=return-type -Wno-conversion
Link-Flags: -static-libgcc -static-libstdc++ Link-Flags: -static-libgcc -static-libstdc++
Debug: True Debug: True
Compiler-Launcher: ccache Compiler-Launcher: ccache

Loading…
Cancel
Save