Warning fixes from Christos Zoulas
- shadowed variables - signed/unsigned confusion - const lossage - incomplete structure initializations - unused code
This commit is contained in:
@@ -223,7 +223,7 @@ _hx509_expr_parse(const char *buf)
|
||||
}
|
||||
|
||||
void
|
||||
_hx509_sel_yyerror (char *s)
|
||||
_hx509_sel_yyerror (const char *s)
|
||||
{
|
||||
if (_hx509_expr_input.error)
|
||||
free(_hx509_expr_input.error);
|
||||
|
Reference in New Issue
Block a user