[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#7720) 2.4.36 build failure on HP-UX



On 2013-10-08 19:42, hyc@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