From 9b431e31e15b4620c862208c1079fdace62313aa Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 17 Mar 1996 12:36:52 +0000 Subject: Sun Mar 17 07:19:33 1996 Roland McGrath * db/Makefile (CFLAGS-hash_func.c): New variable; pass -Wno-unused. (CFLAGS): Append -Wno-unitialized. * sysdeps/alpha/memchr.S: New file. * sysdeps/alpha/memchr.c: Obsolete file removed. * string/tester.c: Soup up memchr tests. --- db/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'db') diff --git a/db/Makefile b/db/Makefile index e41614af38..48e2570c6c 100644 --- a/db/Makefile +++ b/db/Makefile @@ -26,3 +26,10 @@ distribute := compat.h \ include ../Rules CPPFLAGS += -D__DBINTERFACE_PRIVATE + +# This file defines some static functions for alternative hash algorithms +# that are not actually used. +CFLAGS-hash_func.c := -Wno-unused + +# The db code outsmarts the compiler frequently. +override CFLAGS += -Wno-uninitialized -- cgit 1.4.1