]> granicus.if.org Git - re2c/commit
Yet one more explicit cast of pointer difference to uint32_t.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 10 Aug 2015 10:48:46 +0000 (11:48 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 10 Aug 2015 10:48:46 +0000 (11:48 +0100)
commitf5e9045c3ff1083695beb8da19277241bd50f8e2
treeadb034a76444c8f74a2176a12f5ae9ae1e44cce3
parent75c3a63b59730d40659d88befa1960ff3d7abfca
Yet one more explicit cast of pointer difference to uint32_t.

Much the same as previous commit: array of length bounded with 32 bits,
first pointer points to some random element. second pointer points to
the beginning of array (unless there were some errors in calculatins
that would have likely crashed re2c anyway).

Fixes [-Wconversion] warning.
re2c/src/ir/bytecode/bytecode.cc