(CFLAGS-rtld.c): Add -Wno-unused.
authorUlrich Drepper <drepper@redhat.com>
Thu, 27 Mar 1997 01:56:58 +0000 (01:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 27 Mar 1997 01:56:58 +0000 (01:56 +0000)
sysdeps/m68k/Makefile

index dc50291..fc79d36 100644 (file)
@@ -32,5 +32,5 @@ 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