Avoid (void) and use JERRY_UNUSED

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2016-08-05 13:16:53 +02:00
parent cad9ba1f01
commit db36e942fb
10 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jmem_finalize (bool is_show_mem_stats) /**< show heap memory stats
jmem_stats_print ();
}
#else /* !JMEM_STATS */
(void) is_show_mem_stats;
JERRY_UNUSED (is_show_mem_stats);
#endif /* JMEM_STATS */
jmem_heap_finalize ();