[ 
https://issues.apache.org/jira/browse/GEODE-8842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17268879#comment-17268879
 ] 

ASF GitHub Bot commented on GEODE-8842:
---------------------------------------

pivotal-jbarrett commented on a change in pull request #723:
URL: https://github.com/apache/geode-native/pull/723#discussion_r561317358



##########
File path: cppcache/integration/test/CMakeLists.txt
##########
@@ -53,11 +55,15 @@ add_executable(cpp-integration-test
   SslTwoWayTest.cpp
   StructTest.cpp
   TransactionCleaningTest.cpp
-  WanDeserializationTest.cpp
-  PdxInstanceFactoryTest.cpp
-  CacheWriterTest.cpp
   TransactionsTest.cpp
+  WanDeserializationTest.cpp
 )
+if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
+  target_compile_options(cpp-integration-test
+    PUBLIC
+      -Wno-used-but-marked-unused

Review comment:
       Ok, mark me indifferent then... thanks!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Enforce no-used-but-marked-unused
> ---------------------------------
>
>                 Key: GEODE-8842
>                 URL: https://issues.apache.org/jira/browse/GEODE-8842
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Michael Oleske
>            Priority: Major
>              Labels: pull-request-available
>
> Given I compile the code without exempting no-used-but-marked-unused
> Then it should compile
> Note - was marked as a todo
>          - gtest SCOPED_TRACE causes this so try only using this on the new 
> integration tests



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to