war on -Werror, part 7: start informal params.

I'm preserving our numbering Pohly. ;)
This commit is contained in:
Jason Felds
2012-12-26 23:23:59 -05:00
parent 7f4e97d72a
commit 4f07a0ea8b
12 changed files with 69 additions and 66 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ StreamDisplay::StreamDisplay()
m_bAlwaysBounce = false;
}
void StreamDisplay::Load( const RString &_sMetricsGroup )
void StreamDisplay::Load( const RString & /* unreferenced: _sMetricsGroup */)
{
// XXX: actually load from the metrics group passed in -aj
RString sMetricsGroup = "StreamDisplay";