From: Ulrich Drepper Date: Mon, 15 Jun 1998 10:24:55 +0000 (+0000) Subject: (CFLAGS-rtld.c): Add -Wno-unused. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c93dcbe11312f1fe8a5fcce24fca4ace1c9c50b7;p=thirdparty%2Fglibc.git (CFLAGS-rtld.c): Add -Wno-unused. --- diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 2e0f4167e03..f2bbb59a0c2 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -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