]> git.cworth.org Git - glaze/commit
Makefile: Fix to enable compiler warnings
authorCarl Worth <cworth@cworth.org>
Tue, 20 Aug 2013 23:11:31 +0000 (16:11 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 20 Aug 2013 23:11:31 +0000 (16:11 -0700)
commitd0e9eca8b3dcf245e2f563a3f5f71290bee78254
treebefe7779bbde7a3bcd03f9bbc21cb96544e4f3d5
parentcec0694a7f219bd3590e6a04beba34ca45539540
Makefile: Fix to enable compiler warnings

The configure script was carefully detecting available warning options, but
the Makefile was neglecting to actually use them when compiling.

Fix so that we get useful warning messages.
Makefile