You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/07/30 23:03:49 UTC

[GitHub] [geode-native] pivotal-jbarrett commented on a change in pull request #625: GEODE-8340: Enforce Switch compiler warnings as errors

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



##########
File path: cppcache/integration-test/testThinClientSecurityAuthorizationMU.cpp
##########
@@ -160,6 +160,7 @@ void initClientAuth(char UserType) {
     case 'A':
       credentialGeneratorHandler->getAllowedCredentialsForOps(ad, userCreds,
                                                               nullptr);
+      break;
     default:

Review comment:
       What's with the use of `default` here but in other places it is replaced with explicit `case` statements?




----------------------------------------------------------------
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:
users@infra.apache.org