diff options
Diffstat (limited to 'test/bitmask.cpp')
-rw-r--r-- | test/bitmask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<double, std::milli> time = clock.now() - time0; fm_log("[BENCH] bitmask %d/%d took %.1f ms", i, runs, time.count()); |