]> sourceware.org Git - glibc.git/commitdiff
Regenerated: /usr/bin/perl scripts/gen-FAQ.pl FAQ.in
authorUlrich Drepper <drepper@redhat.com>
Tue, 1 Dec 1998 11:22:15 +0000 (11:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 1 Dec 1998 11:22:15 +0000 (11:22 +0000)
FAQ

diff --git a/FAQ b/FAQ
index e88fb734b6a930005b0ab7cd174484c2279bb4ff..b4964a2b921377515eeb3ffeefd2d1b85fbf639d 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -129,6 +129,8 @@ please let me know.
        I get segmentation faults when I run the program.
 3.15.  The sys/sem.h file lacks the definition of `union semun'.
 3.16.  Why has <netinet/ip_fw.h> disappeared?
+3.17.  I get floods of warnings when I use -Wconversion and include
+       <string.h> or <math.h>.
 
 4. Miscellaneous
 
@@ -1328,6 +1330,17 @@ taken care in user programs using the firewall structures and therefore
 those programs (ipfw is AFAIK the only one) should deal with this problem
 themselves.
 
+
+3.17.  I get floods of warnings when I use -Wconversion and include
+       <string.h> or <math.h>.
+
+{ZW} <string.h> and <math.h> intentionally use prototypes to override
+argument promotion.  -Wconversion warns about all these.  You can safely
+ignore the warnings.
+
+-Wconversion isn't really intended for production use, only for shakedown
+compiles after converting an old program to standard C.
+
 \f
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
 
This page took 0.042129 seconds and 5 git commands to generate.