On 2013-10-08 19:42, hyc(a)symas.com wrote:
Thanks for the report. Interesting, this should also have been
flagged
as
illegal in gcc but wasn't. Fixed now in master.
void* pointer arithmetic is a gcc extension, it's treated as char*.
gcc warns about it if you use -pedantic or -Wpointer-arith.
--
Hallvard