none/tests/ifunc.c: Fix a compiler warning
commitae15c01f72b9dfffd435121bf87b20bfa618e27f
authorBart Van Assche <bvanassche@acm.org>
Sun, 28 Feb 2021 04:35:51 +0000 (27 20:35 -0800)
committerBart Van Assche <bvanassche@acm.org>
Sun, 28 Feb 2021 04:40:50 +0000 (27 20:40 -0800)
tree712ef14dba438c1b0d75c0196c86012096e8de0f
parent9774de004afbe642dc5f0cc04ac17ff3637f8784
none/tests/ifunc.c: Fix a compiler warning

Fix the following compiler warning:

ifunc.c:9:15: warning: 'ifunc' resolver for 'test' should return 'void (*)(int)' [-Wattribute-alias=]
    9 | static void (*resolve_test(void))(void)
      |               ^~~~~~~~~~~~
none/tests/ifunc.c