Created
May 28, 2014 11:26
-
-
Save pasberth/f7cb52ce07430cc5f89c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| main.cpp: メンバ関数 ‘void yakkai::interpreter::gc::mark_stack()’ 内: | |
| main.cpp:1479:26: エラー: expected primary-expression before ‘void’ | |
| main.cpp:1479:32: エラー: ‘alignas’ was not declared in this scope | |
| main.cpp:1479:34: エラー: expected ‘;’ before ‘int’ | |
| main.cpp:1482:63: エラー: ‘_dummy_stack_end_object’ was not declared in this scope | |
| main.cpp:1482:87: エラー: unable to deduce ‘auto’ from ‘<expression error>’ | |
| main.cpp:1488:65: エラー: unable to deduce ‘auto’ from ‘<expression error>’ | |
| main.cpp: メンバ関数 ‘yakkai::node* yakkai::interpreter::machine::call_function(const yakkai::node*, yakkai::cons*, const std::shared_ptr<yakkai::interpreter::scope>&, const std::shared_ptr<yakkai::interpreter::scope>&)’ 内: | |
| main.cpp:1678:26: 警告: 使用されない変数 ‘reached_to_last_parameter’ です [-Wunused-variable] | |
| main.cpp: メンバ関数 ‘yakkai::node* yakkai::interpreter::machine::add(yakkai::cons*, const std::shared_ptr<yakkai::interpreter::scope>&)’ 内: | |
| main.cpp:1755:32: 警告: 使用されない変数 ‘typed_val’ です [-Wunused-variable] | |
| main.cpp: メンバ関数 ‘yakkai::node* yakkai::interpreter::machine::multiply(yakkai::cons*, const std::shared_ptr<yakkai::interpreter::scope>&)’ 内: | |
| main.cpp:1797:32: 警告: 使用されない変数 ‘typed_val’ です [-Wunused-variable] | |
| main.cpp: 関数 ‘void yakkai::eval_source_code(const string&)’ 内: | |
| main.cpp:1928:18: エラー: expected primary-expression before ‘void’ | |
| main.cpp:1928:24: エラー: ‘alignas’ was not declared in this scope | |
| main.cpp:1928:26: エラー: expected ‘;’ before ‘int’ | |
| main.cpp:1931:34: エラー: ‘_dummy_stack_start_object’ was not declared in this scope |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment