Re: [ovs-dev] [PATCHv2] util: fix compile warnings

2014-07-07 Thread Joe Stringer
I pushed this to master and branch-2.3. On 8 July 2014 09:53, Joe Stringer wrote: > Even better. Thanks! > > Acked-by: Joe Stringer > ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCHv2] util: fix compile warnings

2014-07-07 Thread Joe Stringer
Even better. Thanks! Acked-by: Joe Stringer ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCHv2] util: fix compile warnings

2014-07-07 Thread Ansis Atteka
This patch fixes two compile warnings introduced by commit 64b73291 ("util: create a copy of program_name"): 1. ../lib/util.c:457:5: error: passing argument 1 of 'free' discards 'const' qualifier from pointer target type; And 2. ../lib/util.c:463:5: error: ISO C90 forbids mixed declarations a