fix: suppress unused-value warnings from POP() macro by casting to void

This commit is contained in:
gaodayue
2014-02-01 17:04:33 +00:00
parent 127bf75505
commit c5a07187b3
2 changed files with 11 additions and 10 deletions
+1
View File
@@ -2,6 +2,7 @@
#define wren_h
#include <stdlib.h>
#include <stdint.h>
typedef struct WrenVM WrenVM;