summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-10-26 01:21:52 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-10-26 01:21:52 +0200
commitac0f01122144687356e628ec7e14cdbbb09be567 (patch)
tree24e86827772f2ff0c7e76289240d2fc8c85aa7dc
parentlint (diff)
downloadnheko-ac0f01122144687356e628ec7e14cdbbb09be567.tar.xz
Disable Wconversion again
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index ef8d52bf..2b456b1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -275,7 +275,6 @@ if(NOT MSVC) "${CMAKE_CXX_FLAGS} \ -Wall \ -Wextra \ - -Wconversion \ -pedantic \ -fsized-deallocation \ -fdiagnostics-color=always \