fix: suppress unused-value warnings from POP() macro by casting to void
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define wren_h
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct WrenVM WrenVM;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user