X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 28 Sep 2005 12:10:46 -0400 Message-Id: <200509281610.j8SGAk2G030455@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <1127923153.798885.46160@g14g2000cwa.googlegroups.com> (ahmadwaris AT hotmail DOT com) Subject: Re: warning: ISO C90 does not support `long long' References: <1127923153 DOT 798885 DOT 46160 AT g14g2000cwa DOT googlegroups DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk It's a portability warning. Yes, djgpp has supported long long for quite some time now, but gcc is warning you that if you use a *different* compiler, you might have problems. It looks like there's a -Wlong-long, or a -pedantic, somewhere in your gcc command line.