Skip to content

Commit

Permalink
Suppress warning about unused variable in Mythmusic's visualise.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed May 23, 2013
1 parent c3b575c commit bae6579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mythmusic/mythmusic/visualize.cpp
Expand Up @@ -672,7 +672,7 @@ bool Spectrum::process(VisualNode *node)
// Take a bunch of data in *node
// and break it down into spectrum
// values
bool allZero = true;
bool MUNUSED allZero = true;

uint i;
long w = 0, index;
Expand Down

0 comments on commit bae6579

Please sign in to comment.