Re: [ovs-dev] [PATCH v2] ofp-print: __attribute__ format in visual studio.

2014-03-12 Thread Ben Pfaff
On Wed, Mar 12, 2014 at 08:12:14AM -0700, Gurucharan Shetty wrote: > Visual studio does not understand __attribute__ format. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailm

[ovs-dev] [PATCH v2] ofp-print: __attribute__ format in visual studio.

2014-03-12 Thread Gurucharan Shetty
Visual studio does not understand __attribute__ format. Signed-off-by: Gurucharan Shetty --- lib/ofp-print.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ofp-print.c b/lib/ofp-print.c index 06e64f6..5b53366 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -572,