You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/03/29 04:57:53 UTC

[geode-native] 07/09: securityimpl warning free

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch feature/GEODE-4946-msvc-warn
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit d603f13820fe6a127e4f0fd6e9f451312d9d6297
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Wed Mar 28 20:12:55 2018 +0000

    securityimpl warning free
---
 templates/security/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/security/CMakeLists.txt b/templates/security/CMakeLists.txt
index 9b38c15..9eefc92 100644
--- a/templates/security/CMakeLists.txt
+++ b/templates/security/CMakeLists.txt
@@ -28,4 +28,6 @@ target_link_libraries(securityImpl
   PUBLIC
     apache-geode
     crypto
+  PRIVATE
+    _WarningsAsError
 )

-- 
To stop receiving notification emails like this one, please contact
jbarrett@apache.org.