Re: [ovs-dev] [ovn] match: Fix compile of match initializer on GCC 4.6.1.

2015-05-06 Thread Justin Pettit
> On May 6, 2015, at 6:09 PM, Russell Bryant wrote: > > On 05/06/2015 06:29 PM, Justin Pettit wrote: >> GCC 4.6.1 complained about the match structure not being properly >> initialzed when using MATCH_CATCHALL_INITIALIZER macro. >> >> Signed-off-by: Justin Pettit > > I didn't get any complain

Re: [ovs-dev] [ovn] match: Fix compile of match initializer on GCC 4.6.1.

2015-05-06 Thread Russell Bryant
On 05/06/2015 06:29 PM, Justin Pettit wrote: > GCC 4.6.1 complained about the match structure not being properly > initialzed when using MATCH_CATCHALL_INITIALIZER macro. > > Signed-off-by: Justin Pettit I didn't get any complaints with gcc 4.9.2, but it still builds fine with the change, so: A

[ovs-dev] [ovn] match: Fix compile of match initializer on GCC 4.6.1.

2015-05-06 Thread Justin Pettit
GCC 4.6.1 complained about the match structure not being properly initialzed when using MATCH_CATCHALL_INITIALIZER macro. Signed-off-by: Justin Pettit --- lib/match.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/match.h b/lib/match.h index 638c49d..10aa0af 100644