franzhollerer opened a new pull request #23: fixed order within member 
initializer list
URL: https://github.com/apache/qpid-cpp/pull/23
 
 
   This pull request addresses the following compiler warning:
   
   ```
   spout.cpp: In constructor ‘Options::Options()’:
   spout.cpp:48:9: warning: ‘Options::count’ will be initialized after 
[-Wreorder]
        int count;
            ^~~~~
   spout.cpp:47:10: warning:   ‘bool Options::durable’ [-Wreorder]
        bool durable;
             ^~~~~~~
   spout.cpp:57:5: warning:   when initialized here [-Wreorder]
        Options()
        ^~~~~~~
   ```

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to