]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Don't add the -Wunused-result flag
authorWanlong Gao <wanlong.gao@gmail.com>
Sun, 13 Nov 2011 06:19:36 +0000 (14:19 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 14 Nov 2011 16:26:33 +0000 (18:26 +0200)
commit19715b483fc16dd0baa39058633debb9411ec253
treed77a42f0a0a4c5d64f9cd29ccc835a85293b1c66
parent70e4f64d16467ed53d17470ae7e9739b0d6fa03a
kvm tools: Don't add the -Wunused-result flag

The -Wunused-result is the default option of gcc, so no need to add it
to the FLAGS.

And the previous version of gcc can't support this flag, it may cause a
compile error.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile