3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

Add Wfloat-conversion to warning list

This commit is contained in:
Nils Wentzell 2023-06-06 10:43:32 -04:00
parent 58dac3696d
commit bbc3bc232c

View File

@ -108,6 +108,7 @@ target_compile_options(${PROJECT_NAME}_warnings
INTERFACE
-Wall
-Wextra
-Wfloat-conversion
-Wpedantic
-Wno-sign-compare
$<$<CXX_COMPILER_ID:GNU>:-Wno-comma-subscript>