windows: disable a warning that class 'type' needs to have dll-interface to be used...
authorHermet Park <hermetpark@gmail.com>
Wed, 10 Jul 2019 09:14:52 +0000 (18:14 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 18 Jul 2019 11:04:28 +0000 (20:04 +0900)
inc/rlottie.h

index 0795615..925cc7f 100644 (file)
@@ -24,6 +24,7 @@
 #include <memory>
 
 #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