qhttpengine icon indicating copy to clipboard operation
qhttpengine copied to clipboard

Fixed some gcc compiler warnings when using stricter options

Open jniemann66 opened this issue 7 years ago • 1 comments

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

jniemann66 avatar Apr 28 '18 01:04 jniemann66

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

kebekus avatar Jan 01 '20 07:01 kebekus