address compilation warnings from gcc

This commit is contained in:
cohrs
2002-02-03 07:15:26 +00:00
parent cb6a93641b
commit f057848eea
3 changed files with 5 additions and 4 deletions

View File

@@ -133,16 +133,15 @@ const char *mesg;
return 0;
}
/*ARGSUSED*/
void
genl_preference_update(pref)
const char *pref;
{
extern struct wc_Opt wc_options[]; /* in options.c */
/* window ports are expected to provide
their own preference update routine
for the preference capabilities that
they support.
Just return in this genl one. */
return;
}
/*windows.c*/