X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.66.250.200 with SMTP id ze8mr580381pac.29.1392900074843; Thu, 20 Feb 2014 04:41:14 -0800 (PST) X-Received: by 10.50.1.180 with SMTP id 20mr40438ign.9.1392900074449; Thu, 20 Feb 2014 04:41:14 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Thu, 20 Feb 2014 04:41:13 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=114.34.144.113; posting-account=WqoaTgoAAABn_56zOqG1zk1m0UvtHqAO NNTP-Posting-Host: 114.34.144.113 References: <61118811-548e-4c11-8d04-e73de3c7da86 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: DJGPP gcc 4.7.3 and 4.8.2 work inconsistently on type uint32_t. From: Andrew Wu Injection-Date: Thu, 20 Feb 2014 12:41:14 +0000 Content-Type: text/plain; charset=UTF-8 Bytes: 1917 Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s1KD02Ht011389 Reply-To: djgpp AT delorie 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 Ozkan Sezer於 2014年2月20日星期四UTC+8下午7時24分05秒寫道: > Recently a change went into djgpp's stdint.h, where [u]int32_t > > definition changed from [unsigned] long to [unsigned] int. > > I believe this would be the reason for the difference you are > > encountering. > > > > -- > > O.S. On Fedora 20, use gcc 4.8.2, the same program has no warning message. :|