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

Reply via email to