You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/07 07:18:50 UTC

[GitHub] jai1 opened a new pull request #650: CPP Client: Fix BrokerConsumerStats function returning value instead of void

jai1 opened a new pull request #650: CPP Client: Fix BrokerConsumerStats function returning value instead of void
URL: https://github.com/apache/incubator-pulsar/pull/650
 
 
   ### Motivation
   My IDE was complaining that for certain functions `Return has value, in function returning void`.
   The commit is a NO OP since CPP compiler ignores the return value if the function returns void.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services