3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-15 16:58:28 +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 INTERFACE
-Wall -Wall
-Wextra -Wextra
-Wfloat-conversion
-Wpedantic -Wpedantic
-Wno-sign-compare -Wno-sign-compare
$<$<CXX_COMPILER_ID:GNU>:-Wno-comma-subscript> $<$<CXX_COMPILER_ID:GNU>:-Wno-comma-subscript>