Re: [ovs-dev] [PATCH] json: Fix non-static json char lookup table.

2016-10-05 Thread Joe Stringer
On 6 October 2016 at 11:51, Ben Pfaff wrote: > On Thu, Oct 06, 2016 at 11:33:39AM +0900, Joe Stringer wrote: >> This warning breaks the build on travis: >> lib/json.c:1627:12: error: symbol 'chars_escaping' was not declared. >> Should it be static? >> >> CC: Esteban Rodriguez Betancourt >> Report

Re: [ovs-dev] [PATCH] json: Fix non-static json char lookup table.

2016-10-05 Thread Ben Pfaff
On Thu, Oct 06, 2016 at 11:33:39AM +0900, Joe Stringer wrote: > This warning breaks the build on travis: > lib/json.c:1627:12: error: symbol 'chars_escaping' was not declared. > Should it be static? > > CC: Esteban Rodriguez Betancourt > Reported-At: https://travis-ci.org/openvswitch/ovs/jobs/165