X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: PLEASE EXPLAIN v2.953 Date: Sun, 19 Dec 2004 10:11:59 CST Organization: Rice University, Houston, TX Lines: 11 Message-ID: <41c5a84f.sandmann@clio.rice.edu> References: NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1103472843 24113 128.42.105.3 (19 Dec 2004 16:14:03 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: Sun, 19 Dec 2004 16:14:03 +0000 (UTC) X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Since you are up on this, PLEASE explain why the > %U and %D mentioned in libc.txt (or libc.info) > when it is actually flagged as a non-existing entity... > What is/was the purpose of %D, %U ? The DJGPP specific libc supports them for backward compatibility with old DOS compilers. The warning comes from GCC which is just giving a helpful warning about the contents of your format string based on what a "standard" library should support. It doesn't actually know what the library will support.