Re: [ovs-dev] [PATCH] bfd: Fix compiler warning

2013-07-16 Thread Joe Stringer
Woops! Just sent a review. On Wed, Jul 17, 2013 at 2:44 PM, Ben Pfaff wrote: > On Tue, Jul 16, 2013 at 10:16 PM, Joe Stringer wrote: >> Commit fab52e16f7d8ccdbad53c5037cd04d5863a2cb4a introduces a comparison >> between mismatching types, shown by the following compiler warnings:- >> >> lib/bfd.c

Re: [ovs-dev] [PATCH] bfd: Fix compiler warning

2013-07-16 Thread Ben Pfaff
On Tue, Jul 16, 2013 at 10:16 PM, Joe Stringer wrote: > Commit fab52e16f7d8ccdbad53c5037cd04d5863a2cb4a introduces a comparison > between mismatching types, shown by the following compiler warnings:- > > lib/bfd.c:461:52: warning: restricted __be64 degrades to integer > lib/bfd.c:461:68: warning:

[ovs-dev] [PATCH] bfd: Fix compiler warning

2013-07-16 Thread Joe Stringer
Commit fab52e16f7d8ccdbad53c5037cd04d5863a2cb4a introduces a comparison between mismatching types, shown by the following compiler warnings:- lib/bfd.c:461:52: warning: restricted __be64 degrades to integer lib/bfd.c:461:68: warning: restricted __be32 degrades to integer This patch changes the ht