1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Suppress warnings

This commit is contained in:
Nobuyoshi Nakada 2021-10-21 12:57:02 +09:00
parent 66a64e6f16
commit 18b65508e2
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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();