You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2020/10/23 15:48:58 UTC

[geode-native] branch develop updated: Enforce no-sign-conversion (#679)

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 52c8c16  Enforce no-sign-conversion (#679)
52c8c16 is described below

commit 52c8c162afadee9d3da0ea41defbea8474f85e3f
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Fri Oct 23 08:48:30 2020 -0700

    Enforce no-sign-conversion (#679)
    
    Authored-by: M. Oleske <mi...@oleske.engineer>
---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1bda712..60fd2ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -246,7 +246,6 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
     -Weverything
     -Wno-non-virtual-dtor #TODO fix
     -Wno-missing-prototypes #TODO fix
-    -Wno-sign-conversion #TODO fix
     -Wno-deprecated #TODO fix
     -Wno-format-nonliteral #TODO fix
     -Wno-double-promotion #TODO fix