Thanks for fixing these warnings! >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 <[email protected]>
Acked-by: Saurabh Shah <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
