]> granicus.if.org Git - re2c/commit
Explicit cast of pointer difference to uint32_t: it's obviously safe from the code.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 10 Aug 2015 09:12:20 +0000 (10:12 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 10 Aug 2015 09:12:20 +0000 (10:12 +0100)
commit120df2f2b908b91292f1eba58924883413f3742e
treea9ff4002d41f158b07d6117a8e01f64851bf185f
parentd1dd093cf3e4f99821674859c38a7b4fa0714ca6
Explicit cast of pointer difference to uint32_t: it's obviously safe from the code.

Fixes some [-Wconversion] warnings.
re2c/src/ir/bytecode/compile.cc