forked from xxq250/Nasal-Interpreter
✨ vs could build with cmakelists.txt
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
#include <stack>
|
||||
#include <unordered_map>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (disable:4244)
|
||||
#pragma warning (disable:4267)
|
||||
#endif
|
||||
|
||||
class codegen {
|
||||
private:
|
||||
u16 fileindex;
|
||||
|
||||
Reference in New Issue
Block a user