show/hide this revision's text 2 added -Werror as suggested in comment

Add following to get best warnings, you will not regret it. If you can, compile WISE (warning is error)

- Wall -pedantic -Weffc++ -Werror
show/hide this revision's text 1

Add following to get best warnings, you will not regret it.

- Wall -pedantic