From: pius.lee Date: Tue, 12 Sep 2017 10:49:08 +0000 (+0900) Subject: Add Sequential StructLayout for remove warning X-Git-Tag: preview1-00195^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=082887031fe273aece31f96e96e2e335b2094df1;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Add Sequential StructLayout for remove warning Add Sequential StructLayout to Eext_Rotary_Event_Info for clear definition and remove warning Change-Id: I635e0890c89f81a6f4e9a18f152cc61bdad9d695 --- diff --git a/src/ElmSharp.Wearable/Interop/Interop.Eext.Rotary.cs b/src/ElmSharp.Wearable/Interop/Interop.Eext.Rotary.cs index 619077df0..aa004b184 100644 --- a/src/ElmSharp.Wearable/Interop/Interop.Eext.Rotary.cs +++ b/src/ElmSharp.Wearable/Interop/Interop.Eext.Rotary.cs @@ -34,6 +34,7 @@ internal static partial class Interop CounterClockwise } + [StructLayout(LayoutKind.Sequential)] internal struct Eext_Rotary_Event_Info { public Eext_Rotary_Event_Direction Direction;