From e900975255452b70f7474b78050b9c6342912cfe Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 14 Sep 2023 10:29:33 +0200 Subject: remove some useless casts --- test/bitmask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/bitmask.cpp b/test/bitmask.cpp index dd5f2759..63fc9d15 100644 --- a/test/bitmask.cpp +++ b/test/bitmask.cpp @@ -34,7 +34,7 @@ const unsigned char data_door_close[] = { { auto time0 = clock.now(); for (int i = 0; i < cycles; i++) - (void)anim_atlas::make_bitmask_(img, bitmask); + anim_atlas::make_bitmask_(img, bitmask); std::chrono::duration time = clock.now() - time0; fm_log("[BENCH] bitmask %d/%d took %.1f ms", i, runs, time.count()); -- cgit v1.2.3