tcg: mark tcg_out* and tcg_patch* with attribute 'unused'
commit4196dca63b881d85fc3c1e41da0ef22e0bc18d37
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 7 Jun 2014 17:08:44 +0000 (7 18:08 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 24 Jun 2014 16:01:24 +0000 (24 20:01 +0400)
tree6867ca15d3e5e970166f10dde8676742ad5ad712
parentfeced894fb6c474eb56daeb2b2d1f99bae87677f
tcg: mark tcg_out* and tcg_patch* with attribute 'unused'

The tcg_out* and tcg_patch* functions are utility routines that may or
may not be used by a particular backend; mark them with the 'unused'
attribute to suppress spurious warnings if they aren't used.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tcg/tcg.c