Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 01:25:42 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 7925 for review
Message-ID:  <200203190925.g2J9Pga79269@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=7925

Change 7925 by peter@peter_overcee on 2002/03/19 01:24:55

	matching #if 0 for -Wunused ddbprinttrap()

Affected files ...

... //depot/projects/ia64/sys/ia64/ia64/db_interface.c#6 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/db_interface.c#6 (text+ko) ====

@@ -270,6 +270,7 @@
 	return 0;
 }
 
+#if 0
 /*
  * Print trap reason.
  */
@@ -281,6 +282,7 @@
 
 	printf("ddbprinttrap(%d)\n", vector);
 }
+#endif
 
 #define CPUSTOP_ON_DDBBREAK
 #define VERBOSE_CPUSTOP_ON_DDBBREAK

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203190925.g2J9Pga79269>