dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

Add -Wall to compiler flags #203

Closed robertodr closed 7 years ago

robertodr commented 7 years ago

Also add -Wextra, where available. The warning flags are added to CMAKE_<LANG>_FLAGS so that one gets warnings also in release builds. 'Cause life is too short to deactivate or ignore compiler warnings!

miroi commented 7 years ago

This is good initiative. Let us make 'rule' that by default we switch on all compilers warnings.

bast commented 7 years ago

Thank you! Very good path forward.