This is an automated email from the ASF dual-hosted git repository.
bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 618d643 GEODE-8426: Enforce warning no-shorten-64-to-32
618d643 is described below
commit 618d64386495e5789cb0b0c0533dea1bcfb133e7
Author: M. Oleske <[email protected]>
AuthorDate: Mon Aug 17 09:41:09 2020 -0700
GEODE-8426: Enforce warning no-shorten-64-to-32
Authored-by: M. Oleske <[email protected]>
---
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 60f2ed1..baeab6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -254,7 +254,6 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
-Wno-undefined-func-template #TODO fix
-Wno-float-equal #TODO fix
-Wno-header-hygiene #TODO fix
- -Wno-shorten-64-to-32 #TODO fix
-Wno-conversion #TODO fix
-Wno-missing-variable-declarations #TODO fix
-Wno-switch-enum #TODO fix