jiridanek opened a new pull request, #395:
URL: https://github.com/apache/qpid-proton/pull/395

   Some for loops just silently scream to be let out as while
   
   ```
   [ 83%] Building CXX object 
cpp/examples/CMakeFiles/tracing_server.dir/tracing_server.cpp.o
   /home/jdanek/repos/qpid/qpid-proton/cpp/examples/flow_control.cpp:65:18: 
error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable]
           for (int i = sequence; available && s.credit() > 0; i++) {
                    ^
   1 error generated.
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to