]> Git Repo - qemu.git/commit
configure: Support disabling warnings in $gcc_flags
authorMarkus Armbruster <[email protected]>
Thu, 14 Oct 2010 09:19:04 +0000 (11:19 +0200)
committerBlue Swirl <[email protected]>
Wed, 20 Oct 2010 20:52:43 +0000 (20:52 +0000)
commit1e027be7e91d854d7a0132e4a32bdf222c33dcfe
treea0576f91a538d2b20c0776c2cb64dc645d79ae29
parentc3b08d0e05f381b0a02647038d454eecf51ae014
configure: Support disabling warnings in $gcc_flags

-Wall enables a bunch of warnings at once.  configure puts it after
$gcc_flags.  This makes it impossible to disable warnings enabled by
-Wall there.  Fix by putting configured flags last.

Signed-off-by: Markus Armbruster <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
configure
This page took 0.023309 seconds and 4 git commands to generate.