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

Fixed some gcc compiler warnings when using stricter options #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jniemann66
Copy link

@jniemann66 jniemann66 commented Apr 28, 2018

I had a project that mandated the use of -Wall -Wextra -Werror
This resulted in a few build errors, such as incorrect member initializer order, unused parameter, missing default in switch statement.
So, I cleaned those up, and thought this might be of use.

Note There is still a '/* within comment' issue with line 184 of range.h - not sure what the best approach to fixing that is.

Anyway - QHttpEngine works a treat - much appreciated ! If there is anything I can help with, then let me know.

Cheers,
Judd

@kebekus
Copy link

kebekus commented Jan 1, 2020

Same issue here. For me, qhttpengine works phantastically well, but the compiler warnings are a nuisance. I would much appreciate if this was fixed.

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

Successfully merging this pull request may close these issues.

2 participants