Re: [Cython] new arrayarray.h header file not C99 compatible

2012-08-20 Thread Robert Bradshaw
On Mon, Aug 20, 2012 at 9:10 AM, Stefan Behnel wrote: > Robert Bradshaw, 20.08.2012 17:54: >> On Mon, Aug 20, 2012 at 6:39 AM, Stefan Behnel wrote: >>> I'm getting test build failures with the new arrayarray.h header file when >>> I enable "--std=c89" or "c99" in the CFLAGS: >>> >>> """ >>> memory

Re: [Cython] new arrayarray.h header file not C99 compatible

2012-08-20 Thread Stefan Behnel
Robert Bradshaw, 20.08.2012 17:54: > On Mon, Aug 20, 2012 at 6:39 AM, Stefan Behnel wrote: >> I'm getting test build failures with the new arrayarray.h header file when >> I enable "--std=c89" or "c99" in the CFLAGS: >> >> """ >> memoryview_inplace_division.c:877: warning: declaration does not decl

Re: [Cython] new arrayarray.h header file not C99 compatible

2012-08-20 Thread Robert Bradshaw
On Mon, Aug 20, 2012 at 6:39 AM, Stefan Behnel wrote: > Hi, > > I'm getting test build failures with the new arrayarray.h header file when > I enable "--std=c89" or "c99" in the CFLAGS: > > """ > memoryview_inplace_division.c:877: warning: declaration does not declare > anything > memoryview_inpla

Re: [Cython] new arrayarray.h header file not C99 compatible

2012-08-20 Thread Stefan Behnel
Stefan Behnel, 20.08.2012 15:39: > I'm getting test build failures with the new arrayarray.h header file when > I enable "--std=c89" or "c99" in the CFLAGS: > > """ > memoryview_inplace_division.c:877: warning: declaration does not declare > anything > memoryview_inplace_division.c:893: warning: d

[Cython] new arrayarray.h header file not C99 compatible

2012-08-20 Thread Stefan Behnel
Hi, I'm getting test build failures with the new arrayarray.h header file when I enable "--std=c89" or "c99" in the CFLAGS: """ memoryview_inplace_division.c:877: warning: declaration does not declare anything memoryview_inplace_division.c:893: warning: declaration does not declare anything memor