]> Git Repo - qemu.git/commit - trace/simple.c
simpletrace: suppress a warning from unused variable
authorBlue Swirl <[email protected]>
Sat, 23 Jul 2011 21:21:14 +0000 (21:21 +0000)
committerBlue Swirl <[email protected]>
Mon, 25 Jul 2011 14:40:18 +0000 (14:40 +0000)
commit0caf448b8062b6e186f7bf12dbb27c3ab4ca6136
treee999c96427ed311005adcf5eca919491e50106c1
parent00aa0040e8b8ec45a75be4e8926a84b82cc75838
simpletrace: suppress a warning from unused variable

Avoid this warning:
  CC    simpletrace.o
/src/qemu/simpletrace.c: In function 'writeout_thread':
/src/qemu/simpletrace.c:122:12: error: variable 'unused' set but not used [-Werror=unused-but-set-variable]
by adding GCC attribute unused to the variable.

Signed-off-by: Blue Swirl <[email protected]>
simpletrace.c
This page took 0.025545 seconds and 4 git commands to generate.