diff options
author | Haru <haru@dotalux.com> | 2016-08-22 01:16:09 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-08-22 01:16:09 +0200 |
commit | d4266fb10d2557cfd3f56356ce867f16c86107cc (patch) | |
tree | 24f29111ed21ee6e87e7537832780e5c0835c589 /src/char/int_party.c | |
parent | 51a9e9b3edc09ba7d266348d65f3058f6de092cf (diff) | |
download | hercules-d4266fb10d2557cfd3f56356ce867f16c86107cc.tar.gz hercules-d4266fb10d2557cfd3f56356ce867f16c86107cc.tar.bz2 hercules-d4266fb10d2557cfd3f56356ce867f16c86107cc.tar.xz hercules-d4266fb10d2557cfd3f56356ce867f16c86107cc.zip |
Temporary quick-fix for a warning in the linux builds
- libconfig uses 'long long' for its 64 bit lookup/set/get functions,
rather than a well-defined size integer (such as int64_t). GCC
doesn't like the use of an int64_t* where a long long* is required,
especially on linux x86_64, where int64_t is typedeffed as long int
- In future, the function signature will be changed, so we can use
int64 normally.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/int_party.c')
0 files changed, 0 insertions, 0 deletions