TSAGE: Suppress empty format string warning of g++.
This commit is contained in:
parent
489d4d62cd
commit
10b0294c94
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ void Saver::listObjects() {
|
|||
|
||||
for (i = _objList.begin(); i != _objList.end(); ++i, ++count)
|
||||
debug("%d - %s", count, (*i)->getClassName().c_str());
|
||||
debug("");
|
||||
debugN("\n");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue