rschroll / beru

The Basic Epub Reader for Ubuntu
http://rschroll.github.io/beru/
GNU General Public License v3.0
25 stars 12 forks source link

C make fix build warnings #57

Closed randy-jr-olive closed 10 years ago

randy-jr-olive commented 10 years ago

Building with CMake produces 46 cases of this warning "beru/qhttpserver/qhttprequest.h:59: warning: extra ';' [-Wpedantic]" removing these semi-colons removes the warnings from the build.

I was hoping this would have an effect on issue #56, but no luck. Still nice to eliminate the 46 warnings it produces.

rschroll commented 10 years ago

Thanks!