]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CFLAGS-rtld.c): Add -Wno-unused.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Jun 1998 10:24:55 +0000 (10:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Jun 1998 10:24:55 +0000 (10:24 +0000)
sysdeps/m68k/Makefile

index 2e0f4167e03d3d2fe79fbc65f835c9be92f5235e..f2bbb59a0c23884647f0e0dfc43a02c8f5aebf95 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1993, 1994, 1996, 1997, 1998 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -32,10 +32,10 @@ CFLAGS-setjmp.c := -fno-omit-frame-pointer
 long-double-fcts = yes
 
 ifeq ($(subdir),elf)
-CFLAGS-rtld.c += -Wno-uninitialized
+CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
 endif
 
 ifeq ($(subdir),math)
 # Avoid a bug in gcc
 CFLAGS-s_copysignl.c += -mnobitfield
-endif
\ No newline at end of file
+endif