summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlasdair2020-05-14 10:54:16 +0100
committerAlasdair2020-05-14 10:57:26 +0100
commit806e97ffbc0193a3539d5c0dc8902465d71fe0bd (patch)
tree4ee989c953d9dd7b0140e272e8903e40dcab6ced /lib
parenta6c52e67303b9180c6925d0538769304883e6cae (diff)
Output INT64_MIN in code generator for min 64-bit integer literal
Fixes the warning generated because in C -X where X is the minimum integer is parsed as a positive integer which is then negated. This causes a (I believe spurious) warning that the integer literal is too large for the type. Also using INT64_C so we get either long or long long depending on platform
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions