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:
Hermet Park 2024-03-29 15:18:15 +09:00
parent d883cc23cf
commit f7bfc57f23

View file

@ -48,8 +48,6 @@
#include "rapidjson/document.h"
#include "tvgCommon.h"
RAPIDJSON_DIAG_PUSH
RAPIDJSON_DIAG_OFF(effc++)
using namespace rapidjson;