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

Joe Stringer joe at ovn.org
Thu Oct 6 02:59:02 UTC 2016


On 6 October 2016 at 11:51, Ben Pfaff <blp at ovn.org> 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 <estebarb at hpe.com>
>> Reported-At: https://travis-ci.org/openvswitch/ovs/jobs/165300417
>> Fixes: 644ecb10a661 ("json: Serialize strings using a lookup table")
>> Signed-off-by: Joe Stringer <joe at ovn.org>
>
> I noticed this earlier too and forgot to send a patch.  Thanks!
>
> Acked-by: Ben Pfaff <blp at ovn.org>

Thanks, applied to master.



More information about the dev mailing list