Fix tests, and warnings, and non-PCH build

This was SVN commit r10801.
This commit is contained in:
Ykkrosh
2011-12-23 13:01:29 +00:00
parent 779278d376
commit 4f6f0b7baf
6 changed files with 17 additions and 11 deletions
+4 -1
View File
@@ -26,9 +26,12 @@
#include "lib/allocators/shared_ptr.h"
#include "ps/CLogger.h"
#include "ps/CStr.h"
#include "ps/Profiler2GPU.h"
#include "third_party/mongoose/mongoose.h"
#include <iomanip>
CProfiler2 g_Profiler2;
// A human-recognisable pattern (for debugging) followed by random bytes (for uniqueness)
@@ -463,7 +466,7 @@ public:
{
}
void OnSync(double time)
void OnSync(double UNUSED(time))
{
// Split the array of items into an array of array (arbitrarily splitting
// around the sync points) to avoid array-too-large errors in JSON decoders