lottie/example: remove all warnings in example

This commit is contained in:
subhransu mohanty
2019-05-14 09:37:33 +09:00
committed by Subhransu
parent 323b07c37f
commit 780a2603ae
6 changed files with 17 additions and 17 deletions

View File

@@ -25,14 +25,14 @@
using namespace std;
static void
onExitCb(void *data, void *extra)
onExitCb(void *data, void */*extra*/)
{
LottieView *view = (LottieView *)data;
delete view;
}
static void
onRenderPreCb(void *data, void *extra)
onRenderPreCb(void *data, void */*extra*/)
{
LottieView *view = (LottieView *)data;
view->render();