From: Hermet Park Date: Wed, 10 Jul 2019 09:14:52 +0000 (+0900) Subject: windows: disable a warning that class 'type' needs to have dll-interface to be used... X-Git-Tag: submit/tizen/20190719.015332~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=637e78a09bc12e5d5762fe30db1803fbc127bd12;p=platform%2Fcore%2Fuifw%2Flottie-player.git windows: disable a warning that class 'type' needs to have dll-interface to be used by clients of class 'type2' --- diff --git a/inc/rlottie.h b/inc/rlottie.h index 0795615..925cc7f 100644 --- a/inc/rlottie.h +++ b/inc/rlottie.h @@ -24,6 +24,7 @@ #include #if defined _WIN32 || defined __CYGWIN__ + #pragma warning(disable: 4251) //FIXME: Remove stl usage in Animation class declaration. #ifdef LOT_BUILD #define LOT_EXPORT __declspec(dllexport) #else