X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 	tests=AWL,BAYES_40
X-Spam-Check-By: sourceware.org
Message-ID: <4BA770DA.7040901@aol.com>
Date: Mon, 22 Mar 2010 06:30:02 -0700
From: Tim Prince <n8tm@aol.com>
Reply-To: tprince@computer.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: __STRICT_ANSI__  with  -std=c99
References: <ho7prb$vj9$1@dough.gmane.org>
In-Reply-To: <ho7prb$vj9$1@dough.gmane.org>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
x-aol-global-disposition: G
X-AOL-SCOLL-SCORE: 0:2:328558496:93952408
X-AOL-SCOLL-URL_COUNT: 0
x-aol-sid: 3039ac1d29064ba770da16b5
X-AOL-IP: 99.13.231.72
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

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

