Fix GCC warnings on Linux.

This commit is contained in:
Prcuvu
2015-10-08 12:51:28 +08:00
parent f441d3a6f7
commit d98a25797e
6 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ void TimingData::DumpOneTable(const beat_start_lookup_t& lookup, const RString&
SegInfoStr(stops, starts.stop, "stop").c_str(),
SegInfoStr(delays, starts.delay, "delay").c_str(),
starts.last_row, starts.last_time, starts.warp_destination, starts.is_warping);
LOG->Trace(str.c_str());
LOG->Trace("%s", str.c_str());
}
}