Remove warning generated by newer gcc (4.6)
authorYannick Brosseau <yannick.brosseau@gmail.com>
Thu, 15 Mar 2012 18:49:09 +0000 (14:49 -0400)
committerYannick Brosseau <yannick.brosseau@gmail.com>
Fri, 16 Mar 2012 17:50:53 +0000 (13:50 -0400)
commite865422cc50d00cb57ec05ed07bba4cbe160904e
tree3c2f3b523c854211a388eb1542e1cd48955394fa
parentc798827d579b1da775fb481f9cb987c02a679db9
Remove warning generated by newer gcc (4.6)

Mostly set but unused variable.
One discard const qualifier

Most of the time, the offending code was removed. In some
places, it was commented out with a TODO because a full
remove will necessitate too much code rework for now.

Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
20 files changed:
lttv/lttv/state.c
lttv/lttv/stats.c
lttv/lttv/sync/event_analysis_linreg.c
lttv/lttv/sync/event_processing_lttng_standard.c
lttv/lttv/sync/sync_chain_lttv.c
lttv/modules/gui/controlflow/drawing.c
lttv/modules/gui/controlflow/eventhooks.c
lttv/modules/gui/detailedevents/events.c
lttv/modules/gui/histogram/histocfv.c
lttv/modules/gui/histogram/histodrawing.c
lttv/modules/gui/histogram/histoeventhooks.c
lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c
lttv/modules/gui/lttvwindow/lttvwindow/lttvwindowtraces.c
lttv/modules/gui/resourceview/drawing.c
lttv/modules/gui/resourceview/eventhooks.c
lttv/modules/gui/resourceview/processlist.c
lttv/modules/gui/statistics/statistics.c
lttv/modules/gui/tracecontrol/tracecontrol.c
lttv/modules/text/precomputeState.c
lttv/modules/text/sync_chain_batch.c
This page took 0.024941 seconds and 4 git commands to generate.