Some small fixes

Andreas Jaeger aj@suse.de
Sat Feb 26 00:36:00 GMT 2000


>>>>> Ulrich Drepper writes:

Ulrich> Andreas Jaeger <aj@suse.de> writes:
>> The flags in intl aren't needed anymore (according to my tests).  For
>> the math files I've removed -Wno-write-strings and use it only where
>> it's really needed.

Ulrich> Thanks, applied.

You missed also the following patch (ChangeLog entry went in).

Andreas

============================================================
Index: math/Makefile
--- math/Makefile	2000/01/27 01:46:45	1.93
+++ math/Makefile	2000/02/26 08:16:49
@@ -165,7 +165,7 @@
 endif
 
 # The fdlibm code generates a lot of these warnings but is otherwise clean.
-override CFLAGS += -Wno-uninitialized -Wno-write-strings
+override CFLAGS += -Wno-uninitialized
 
 # The -lieee library is actually an object file.
 # The module just defines the _LIB_VERSION_ variable.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de


More information about the Libc-hacker mailing list