Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG - compilation warning - options.hpp #213

Closed
mb1986 opened this issue Feb 20, 2013 · 2 comments
Closed

BUG - compilation warning - options.hpp #213

mb1986 opened this issue Feb 20, 2013 · 2 comments

Comments

@mb1986
Copy link

mb1986 commented Feb 20, 2013

https://github.com/cpp-netlib/cpp-netlib/blob/0.9-devel/boost/network/protocol/http/server/options.hpp#L112

PROBLEM: wrong order of initialized fields in file options.hpp
FIX: move line 112 between lines 109 and 110

Best regards, MB

@deanberris
Copy link
Member

Good catch, thanks. Can you send a PR to fix it?

@mb1986
Copy link
Author

mb1986 commented Feb 21, 2013

Made it :)

deanberris added a commit that referenced this issue Feb 21, 2013
Fixes options.hpp compiler warning [-Wreorder] - fixes #213
@mb1986 mb1986 closed this as completed Feb 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants