mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +00:00
portability: removed a compiler waring
D:\Projects\thorvg\src\loaders\lottie\tvgLottieParserHandler.h(52): warning C4083: expected ')'; found identifier 'effc' [44/46] Compiling C++ object src/thorvg-0.dll.p/loaders_lottie_tvgLottieParserHandler.cpp.obj D:\Projects\thorvg\src\loaders\lottie\tvgLottieParserHandler.h(52): warning C4083: expected ')'; found identifier 'effc' [45/46] Compiling C++ object src/thorvg-0.dll.p/loaders_lottie_tvgLottieParser.cpp.obj D:\Projects\thorvg\src\loaders\lottie\tvgLottieParserHandler.h(52): warning C4083: expected ')'; found identifier 'effc' I'm not sure this option is really necessary.
This commit is contained in:
parent
d883cc23cf
commit
f7bfc57f23
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@
|
|||
#include "rapidjson/document.h"
|
||||
#include "tvgCommon.h"
|
||||
|
||||
RAPIDJSON_DIAG_PUSH
|
||||
RAPIDJSON_DIAG_OFF(effc++)
|
||||
|
||||
using namespace rapidjson;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue