Re: [PATCH] examples/l2fwd-cat: fix build

2022-10-06 Thread Thomas Monjalon
05/10/2022 17:28, David Marchand: > On Wed, Oct 5, 2022 at 5:24 PM Kevin Traynor wrote: > > > > and need to be included for the build > > since they were removed from . > > > > ../examples/l2fwd-cat/cat.c: In function ‘parse_set’: > > ../examples/l2fwd-cat/cat.c:66:16: > > warning: implicit decl

Re: [PATCH] examples/l2fwd-cat: fix build

2022-10-05 Thread David Marchand
On Wed, Oct 5, 2022 at 5:24 PM Kevin Traynor wrote: > > and need to be included for the build > since they were removed from . > > ../examples/l2fwd-cat/cat.c: In function ‘parse_set’: > ../examples/l2fwd-cat/cat.c:66:16: > warning: implicit declaration of function ‘isblank’ > [-Wimplicit-functi

Re: [PATCH] examples/l2fwd-cat: fix build

2022-10-05 Thread David Marchand
On Wed, Oct 5, 2022 at 5:24 PM Kevin Traynor wrote: > > and need to be included for the build > since they were removed from . > > ../examples/l2fwd-cat/cat.c: In function ‘parse_set’: > ../examples/l2fwd-cat/cat.c:66:16: > warning: implicit declaration of function ‘isblank’ > [-Wimplicit-functi