Closed sezero closed 1 year ago
configure.ac already has -Wall in AM_INIT_AUTOMAKE options, but it does not affect the compiler: https://stackoverflow.com/questions/22152738
-Wall
AM_INIT_AUTOMAKE
cmake, on the other hand, doesn't have any warning options set, this patch does that along with autotools. (CC: @madebr)
configure.ac already has
-Wall
inAM_INIT_AUTOMAKE
options, but it does not affect the compiler: https://stackoverflow.com/questions/22152738cmake, on the other hand, doesn't have any warning options set, this patch does that along with autotools. (CC: @madebr)