silence various warnings
This commit is contained in:
parent
b3efcdbf59
commit
73bfbacb24
4 changed files with 7 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ int yylook(void);
|
|||
int yywrap(void);
|
||||
|
||||
#define CADD cbuf[clen++]=yytext[0]; \
|
||||
if (clen>=CBUFLEN-1) { ERROR "string too long", cbuf WARNING; BEGIN A; }
|
||||
if (clen>=CBUFLEN-1) { ERROR "string too long" WARNING; BEGIN A; }
|
||||
#define CBUFLEN 500
|
||||
char cbuf[CBUFLEN];
|
||||
int c, clen, cflag, delim;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue