hack unused-value warning on POP() to pass build

This commit is contained in:
gaodayue
2014-02-02 01:12:52 +08:00
parent 4606d80a61
commit 092107742d
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;