Good old warning fixes...how I missed thee.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#include <sys/stat.h>
|
||||
#include <math.h>
|
||||
|
||||
bool HexToBinary(const RString&, RString&);
|
||||
|
||||
RandomGen g_RandomNumberGenerator;
|
||||
|
||||
MersenneTwister::MersenneTwister( int iSeed ) : m_iNext(0)
|
||||
|
||||
Reference in New Issue
Block a user