Test if macro already exists to shutup warning.
This commit is contained in:
parent
4eb845d438
commit
fbf54b62bc
1 changed files with 2 additions and 0 deletions
|
@ -5,7 +5,9 @@
|
|||
|
||||
// This is from gcc sources, namely from fixincludes/inclhack.def
|
||||
// On C++11 systems, <cstdint> could be included instead.
|
||||
#ifndef UINT64_MAX
|
||||
#define UINT64_MAX (~(uint64_t)0)
|
||||
#endif
|
||||
|
||||
RNG_SFMT::RNG_SFMT(QObject *parent)
|
||||
: RNG_Abstract(parent)
|
||||
|
|
Loading…
Reference in a new issue