mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fix tests, and warnings, and non-PCH build
This was SVN commit r10801.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user