Re: snmpd: format string for yyerror

2017-07-28 Thread Claudio Jeker
On Fri, Jul 28, 2017 at 12:36:22PM +, Florian Obser wrote: > not really a problem, errstr are just various static strings, but still... > > pointed out by clang, OK? OK claudio@ > diff --git snmpd/parse.y snmpd/parse.y > index efd1159c3ab..cc3d4194556 100644 > --- snmpd/parse.y > +++ snmpd/

Re: snmpd: format string for yyerror

2017-07-28 Thread Gerhard Roth
On Fri, 28 Jul 2017 12:36:22 + Florian Obser wrote: > not really a problem, errstr are just various static strings, but still... > > pointed out by clang, OK? > > diff --git snmpd/parse.y snmpd/parse.y > index efd1159c3ab..cc3d4194556 100644 > --- snmpd/parse.y > +++ snmpd/parse.y > @@ -273,

snmpd: format string for yyerror

2017-07-28 Thread Florian Obser
not really a problem, errstr are just various static strings, but still... pointed out by clang, OK? diff --git snmpd/parse.y snmpd/parse.y index efd1159c3ab..cc3d4194556 100644 --- snmpd/parse.y +++ snmpd/parse.y @@ -273,14 +273,14 @@ main : LISTEN ON STRING {