use a "size_t" integral for casting to "char*" pointer in typecast testcase
authorLisandro Dalcin <dalcinl@gmail.com>
Tue, 7 Apr 2009 21:22:36 +0000 (18:22 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Tue, 7 Apr 2009 21:22:36 +0000 (18:22 -0300)
commit662e58836b689bbe5121f5e5f8ae0f3a4df065c9
tree9c394da1709cd04842480d3478e593b86c7d4869
parent604363989dc9a0777c5f872606816ae21a003292
use a "size_t" integral for casting to "char*" pointer in typecast testcase
This silents GCC warnings (in 64 bits) about casting integer to pointer of different size.
tests/compile/typecast.pyx