Thanks Ben,
On Tue, Jul 23, 2013 at 12:34 PM, Ben Pfaff wrote:
> On Mon, Jul 22, 2013 at 03:47:19PM -0700, Alex Wang wrote:
> > This commit fixes the warning issued by 'clang' when pointer is casted
> > to one with greater alignment.
> >
> > Signed-off-by: Alex Wang
>
> Thanks, I applied this.
On Mon, Jul 22, 2013 at 03:47:19PM -0700, Alex Wang wrote:
> This commit fixes the warning issued by 'clang' when pointer is casted
> to one with greater alignment.
>
> Signed-off-by: Alex Wang
Thanks, I applied this.
I noticed one place with an unnecessary cast, so I folded this in:
diff --gi
This commit fixes the warning issued by 'clang' when pointer is casted
to one with greater alignment.
Signed-off-by: Alex Wang
---
v1 -> v2:
1. use ofpbuf_at() instead of creating ofpbuf_forward_ref()
2. remove the unnecessary parenthesis in argument to ALIGNED_CAST()
---
lib/hash.c