mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
Silence some WFORMAT=1 warnings
This commit is contained in:
parent
9357f4121d
commit
c698668189
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90165
@ -138,11 +138,11 @@ process(cap, str, argv)
|
||||
const char *cap;
|
||||
char *str, **argv;
|
||||
{
|
||||
static char errfew[] =
|
||||
static const char errfew[] =
|
||||
"not enough arguments (%d) for capability `%s'";
|
||||
static char errmany[] =
|
||||
static const char errmany[] =
|
||||
"too many arguments (%d) for capability `%s'";
|
||||
static char erresc[] =
|
||||
static const char erresc[] =
|
||||
"unknown %% escape `%c' for capability `%s'";
|
||||
char *cp;
|
||||
int arg_need, arg_rows, arg_cols;
|
||||
|
Loading…
Reference in New Issue
Block a user