__STRICT_ANSI__ with -std=c99

Oleksandr Gavenko gavenko@bifit.com.ua
Mon Mar 22 14:36:00 GMT 2010


On 2010.03.22 15:30, Tim Prince wrote:
> On 3/22/2010 6:03 AM, Oleksandr Gavenko wrote:
>>
>> Current workaround is undefine __STRICT_ANSI__:
>>
>> $ gcc -std=c99 -U__STRICT_ANSI__ -c -o grid.o grid.c
>>
>>
>> Where is proper place to report issue?
> If you want c99 plus gcc extensions without warnings, how about
> -std=gnu99? It seems this may become the default soon.
>
-std=gnu99 work. It seems better then  -U__STRICT_ANSI__.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list