Enable compiler warnings in the CI
Created by: dalg24
They have been a number of PR to fix warnings in the last couple weeks (e.g., #173, #178, #179).
We should at the very least enable compiler warnings in the CI build and then consider either passing -Werror
or try to setup a Jenkins plugin, probably this one.