orcprogram-c.c: Don't cast constant
authorEdward Hervey <edward@centricular.com>
Sat, 21 Oct 2017 07:26:39 +0000 (09:26 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 21 Oct 2017 07:34:11 +0000 (09:34 +0200)
commit67da9180fdfb41f3c3ba9af9b10c9357ec074300
treeea03df9eb2bbfe19040b7a494ec6d751a63136ef
parent219b14fb81f4ef83be0ee325c2cdffaf3526869e
orcprogram-c.c: Don't cast constant

Clang compilers would complain with constant-conversion error (trying
to fit a 'int' into another type)

This was introduced to fix a warning in gcc ... which doesn't happen
orc/orcprogram-c.c