]> git.cworth.org Git - fips/commitdiff
configure: Move the code which detects compiler warning options
authorCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 22:39:30 +0000 (15:39 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 13 Jun 2013 22:46:07 +0000 (15:46 -0700)
For no good reason, this code was previously stuck right in the middle
of code reporting the final results of previous checks, (after the
case reporting that errors were found and before the case reporting
that no errors were found).

It's more clean to have the warning-option detection happen before any
of that reporting.


No differences found