Skip to content

Commit

Permalink
TSAGE: Suppress empty format string warning of g++.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Apr 19, 2011
1 parent 489d4d6 commit 10b0294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/saveload.cpp
Expand Up @@ -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");
}

/**
Expand Down

0 comments on commit 10b0294

Please sign in to comment.