X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 4 May 2007 14:36:02 -0400 Message-Id: <200705041836.l44Ia2ao020007@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <20070504182059.GK1835@freenet.de> (message from Michelle Konzack on Fri, 4 May 2007 20:21:00 +0200) Subject: Re: pointer from integer without a cast References: <20070504153021 DOT GI1835 AT freenet DOT de> <200705041740 DOT l44HeipI018628 AT envy DOT delorie DOT com> <20070504182059 DOT GK1835 AT freenet DOT de> 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 Add "--save-temps" to your gcc line, and it will save a *.i file with all the #defines expanded. Then you can see what you really have.