[ovs-dev] [PATCH 2/3] Commit 74ff3298c880 introduced a compilation issue due to a bad unsigned 64-bit constant, as well as an implicit narrow.

Ben Pfaff blp at nicira.com
Fri Sep 4 23:29:01 UTC 2015


On Fri, Sep 04, 2015 at 04:53:29PM -0400, Aaron Conole wrote:
> This commit uses the C99 ULL suffix to tell the compiler to treat the
> constant as 64-bits, and also masks portions of the uint64_t argument to
> the htons() calls to avoid compiler errors.
> 
> Signed-off-by: Aaron Conole <aconole at redhat.com>

Applied.  I reformatted the commit message, which had a very long first
long.

I only saw these errors from sparse, by the way, but that's good enough
for me.



More information about the dev mailing list