summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_print.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-09-27 03:34:58 +0000
committerphk <phk@FreeBSD.org>1994-09-27 03:34:58 +0000
commite3b14acab7e9a3aedcf6751cd26aed7450d1c6bf (patch)
treeb13b160261863493c90b5ffb69d4f2d9d57071f0 /sys/ddb/db_print.c
parent9a50506be21f7810ce5e0f5fbd506fe396ded066 (diff)
downloadFreeBSD-src-e3b14acab7e9a3aedcf6751cd26aed7450d1c6bf.zip
FreeBSD-src-e3b14acab7e9a3aedcf6751cd26aed7450d1c6bf.tar.gz
Makes gcc silent in sys/ddb.
Diffstat (limited to 'sys/ddb/db_print.c')
-rw-r--r--sys/ddb/db_print.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c
index a0694b0..e9a9fd3 100644
--- a/sys/ddb/db_print.c
+++ b/sys/ddb/db_print.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_print.c,v 1.4 1994/08/13 03:49:21 wollman Exp $
+ * $Id: db_print.c,v 1.5 1994/08/18 22:34:25 wollman Exp $
*/
/*
@@ -47,7 +47,6 @@
void
db_show_regs(db_expr_t dummy1, int dummy2, db_expr_t dummy3, char *dummy4)
{
- int (*func)();
register struct db_variable *regp;
db_expr_t value, offset;
char * name;
OpenPOWER on IntegriCloud