From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Jaeger To: drepper@cygnus.com (Ulrich Drepper) Cc: GNU libc hacker Subject: Re: Some small fixes Date: Sat, 26 Feb 2000 00:36:00 -0000 Message-id: References: X-SW-Source: 2000-02/msg00100.html >>>>> Ulrich Drepper writes: Ulrich> Andreas Jaeger 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