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
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
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
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
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