Add __unused to rcsids

This commit is contained in:
Todd C. Miller
2005-01-27 15:42:30 +00:00
parent c2dad169fe
commit 3b8b88407f
57 changed files with 76 additions and 63 deletions

View File

@@ -17,9 +17,10 @@
#include <sys/types.h>
#include <config.h>
#include <compat.h>
#ifndef lint
static const char rcsid[] = "$Sudo$";
__unused static const char rcsid[] = "$Sudo$";
#endif /* lint */
/*