summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-08-22 01:16:09 +0200
committerHaru <haru@dotalux.com>2016-08-22 01:16:09 +0200
commitd4266fb10d2557cfd3f56356ce867f16c86107cc (patch)
tree24f29111ed21ee6e87e7537832780e5c0835c589 /conf
parent51a9e9b3edc09ba7d266348d65f3058f6de092cf (diff)
downloadhercules-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 'conf')
0 files changed, 0 insertions, 0 deletions