mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Suppress warnings
This commit is contained in:
parent
66a64e6f16
commit
18b65508e2
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue