From ee586e0ec492d818be9aa0c77dd44095d42f486f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 1 Dec 1998 11:25:26 +0000 Subject: Update. 1998-12-01 Thorsten Kukuk * sunrpc/auth_des.c: Use new XDR int32 functions for integers. * sunrpc/rpc/xdr.h: Add IXDR INT32 functions. * sunrpc/rpc_hout.c: Remove (u_long) casts in defines to avoid conflicts with new solaris version. * sunrpc/rpc_main.c: Fix bug in generating Makefile name (malloc doesn't zero allocated memory). * sunrpc/rpc_svcout.c: Local variables now starts with a _ to avoid conflicts with xdr functions. Solves PR libc/877. * nis/rpcsvc/nis.x: Use always uint32_t. * nis/rpcsvc/nis.h: Likewise. * nis/rpcsvc/nis_object.x: Likewise. 1998-12-01 Ulrich Drepper * math/libm-test.c: Various cleanups. Patch by Zack Weinberg. * sysdeps/unix/sysv/linux/alpha/setfpucw.c: Use correct type for parameter. Patch by Christian Gafton. * string/envz.h: Add prototype for envz_remove. Reported by Andreas Jaeger. --- FAQ.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'FAQ.in') diff --git a/FAQ.in b/FAQ.in index 452d76ab09..b1bd299e3f 100644 --- a/FAQ.in +++ b/FAQ.in @@ -1140,6 +1140,16 @@ taken care in user programs using the firewall structures and therefore those programs (ipfw is AFAIK the only one) should deal with this problem themselves. +?? I get floods of warnings when I use -Wconversion and include + or . + +{ZW} and intentionally use prototypes to override +argument promotion. -Wconversion warns about all these. You can safely +ignore the warnings. + +-Wconversion isn't really intended for production use, only for shakedown +compiles after converting an old program to standard C. + ? Miscellaneous -- cgit v1.2.3