On Wed, Sep 10, 2014 at 12:55:48PM -0700, Gurucharan Shetty wrote:
> Implementation of OBJECT_OFFSETOF() for non-GNUC compilers like MSVC
> causes "uninitialized variable" warnings. Since OBJECT_OFFSETOF() is
> indirectly used through all the *_FOR_EACH() (through ASSIGN_CONTAINER()
> and  OBJECT_CONTAINING()) macros, the OVS build
> on Windows gets littered with "uninitialized variable" warnings.
> This patch attempts to workaround the problem.
> 
> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>

Not a great solution but it's an ugly problem to begin with.

Acked-by: Ben Pfaff <b...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to