diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-16 17:29:11 +0000 | 
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-16 17:29:11 +0000 | 
| commit | e0554a531f17f56167f978eddf29a09cc6ae9f32 (patch) | |
| tree | 3b5579370346d51f378192429db2130e5e82a6e4 /lib/libc/regex/regexec.c | |
| parent | 9d4156aed31c055ba32bc23b2a53d885002de085 (diff) | |
Notes
Diffstat (limited to 'lib/libc/regex/regexec.c')
| -rw-r--r-- | lib/libc/regex/regexec.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/regex/regexec.c b/lib/libc/regex/regexec.c index abbd9bae5635..c13c72df7fe6 100644 --- a/lib/libc/regex/regexec.c +++ b/lib/libc/regex/regexec.c @@ -61,7 +61,7 @@ __FBSDID("$FreeBSD$");  #include "utils.h"  #include "regex2.h" -static int nope = 0;		/* for use in asserts; shuts lint up */ +static int nope __unused = 0;	/* for use in asserts; shuts lint up */  /* macros for manipulating states, small version */  #define	states	long  | 
