From 7d25696a35c32b242425aa0e77d1b4d938d1262e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 19 Oct 1998 00:45:33 +0000 Subject: 1998-10-19 Roland McGrath * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add _HURD_THREADVAR_DL_ERROR. * hurd/Makefile (user-interfaces): Add login, password. * sysdeps/mach/hurd/Makefile (+cflags): Append -Wno-parentheses. --- sysdeps/mach/hurd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/mach/hurd/Makefile') diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 42e9a79e7b..f87f530d52 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -25,6 +25,10 @@ subdirs := $(filter-out sunrpc,$(subdirs)) # XXX skip broken dirs # Look for generated header files where they get created. includes += -I$(..)hurd -I$(common-objpfx)hurd/ +# We use the style `if (err = call(...))' a lot in the Hurd code, +# where we have a lot of functions that return zero or an errno code. ++cflags += -Wno-parentheses + # Do not use any assembly code from sysdeps/unix (and subdirectories). # This bypasses all the system call stubs and uses any existing posix or # generic C files instead. -- cgit 1.4.1