diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-28 22:58:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-28 22:58:54 +0000 |
commit | bea4b7fa274c45f1b0cbf7f8e188bc39a87d2199 (patch) | |
tree | 389b4a145b22c5988f2181fb36c68c3fd060680a /lib/libpanel/panel.c | |
parent | 769b7d83c358eaa4b24d2b701fa6de76d8de075b (diff) |
ncurses-5.2-20010224
Diffstat (limited to 'lib/libpanel/panel.c')
-rw-r--r-- | lib/libpanel/panel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpanel/panel.c b/lib/libpanel/panel.c index d8e9f902940..56e33aa1d07 100644 --- a/lib/libpanel/panel.c +++ b/lib/libpanel/panel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: panel.c,v 1.8 2001/01/22 18:02:10 millert Exp $ */ +/* $OpenBSD: panel.c,v 1.9 2001/02/28 22:58:53 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998,2000 Free Software Foundation, Inc. * @@ -36,7 +36,7 @@ /* panel.c -- implementation of panels library, some core routines */ #include "panel.priv.h" -MODULE_ID("$From: panel.c,v 1.19 2000/12/10 02:20:43 tom Exp $") +MODULE_ID("$From: panel.c,v 1.20 2001/02/24 23:17:26 tom Exp $") #ifdef TRACE #ifndef TRACE_TXT @@ -137,6 +137,6 @@ _nc_Touchline #ifndef TRACE # ifndef __GNUC__ /* Some C compilers need something defined in a source file */ - static char GCC_UNUSED dummy; + void _nc_dummy_panel(void) { } # endif #endif |