Add __unused to the declaration of yyrcsid.
This commit is contained in:
parent
98c779ea35
commit
143c9ae267
@ -60,8 +60,9 @@ __FBSDID("$FreeBSD$");
|
||||
const char *banner[] =
|
||||
{
|
||||
"#ifndef lint",
|
||||
"#include <sys/cdefs.h>",
|
||||
"static char const ",
|
||||
"yyrcsid[] = \"$FreeBSD$\";",
|
||||
"yyrcsid[] __unused = \"$FreeBSD$\";",
|
||||
"#endif",
|
||||
"#include <stdlib.h>",
|
||||
"#define YYBYACC 1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user