$NetBSD: patch-ah,v 1.2 2004/06/13 14:03:28 agc Exp $

Silence some compiler warnings

--- featall.h	2004/06/13 13:54:33	1.1
+++ featall.h	2004/06/13 13:55:55
@@ -20,11 +20,11 @@
 #define OPTION_NO_INLINE_DAT		/* Performance option	     */
 #undef	OPTION_NO_INLINE_VSTORE 	/* Performance option	     */
 #undef	OPTION_NO_LINUX_INTERRUPT_PATCH /* Linux performance	     */
-#undef  OPTION_FOOTPRINT_BUFFER     256 /* Size must be a power of 2 */
+#undef  OPTION_FOOTPRINT_BUFFER     /* (256) Size must be a power of 2 */
 #undef  OPTION_INSTRUCTION_COUNTING	/* First use trace and count */
 #define OPTION_CKD_KEY_TRACING		/* Trace CKD search keys     */
 #define OPTION_NO_DEVICE_THREAD 	/* Separate threads for I/O  */
-#undef	OPTION_CMPSC_DEBUGLVL	      3 /* 1=Exp 2=Comp 3=Both debug */
+#undef	OPTION_CMPSC_DEBUGLVL	      /* (3) 1=Exp 2=Comp 3=Both debug */
 
 #define FEATURE_ALD_FORMAT            0
 
