[Pkg-shadow-commits] r814 - trunk/debian/patches

Alexander Gattin xrgtn-guest at costa.debian.org
Mon Jan 16 21:11:03 UTC 2006


Author: xrgtn-guest
Date: 2006-01-16 21:11:01 +0000 (Mon, 16 Jan 2006)
New Revision: 814

Modified:
   trunk/debian/patches/486_nowarn
Log:
added comments to the patch

Modified: trunk/debian/patches/486_nowarn
===================================================================
--- trunk/debian/patches/486_nowarn	2006-01-16 16:36:02 UTC (rev 813)
+++ trunk/debian/patches/486_nowarn	2006-01-16 21:11:01 UTC (rev 814)
@@ -1,3 +1,12 @@
+Goal: make possible compilation of shadow with -Wall -Werror
+
+Eliminates several reasons for warnings:
+* unused variables
+* non-declared static functions
+* missing extern declarations like nscd_flush_cache ("nscd.h")
+* ambiguaos "else"
+* ??? (what else I forgot)
+
 Index: shadow-4.0.14/libmisc/setupenv.c
 ===================================================================
 --- shadow-4.0.14.orig/libmisc/setupenv.c	2006-01-16 18:12:10.862077290 +0200




More information about the Pkg-shadow-commits mailing list