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.

--
Tim Prince


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