Silence a GCC warning

This commit is contained in:
nnposter 2019-02-19 00:24:51 +00:00
parent e006a18fa5
commit 3da2e6a6a6

View file

@ -48,7 +48,7 @@
#endif /* HAVE_CONFIG_H */
#ifndef lint
static const char rcsid[] =
static const char rcsid[] __attribute__((unused)) =
"@(#) $Header$";
#endif