diff options
author | phk <phk@FreeBSD.org> | 1994-09-27 03:34:58 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-09-27 03:34:58 +0000 |
commit | e3b14acab7e9a3aedcf6751cd26aed7450d1c6bf (patch) | |
tree | b13b160261863493c90b5ffb69d4f2d9d57071f0 /sys/ddb/db_print.c | |
parent | 9a50506be21f7810ce5e0f5fbd506fe396ded066 (diff) | |
download | FreeBSD-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.c | 3 |
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; |