Suppress warnings
This commit is contained in:
parent
66a64e6f16
commit
18b65508e2
@ -422,6 +422,10 @@ void run_runtime_tests()
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
// suppress -Wunused-function
|
||||
(void)alloc_code_page;
|
||||
(void)free_code_page;
|
||||
|
||||
run_assembler_tests();
|
||||
run_runtime_tests();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user