]> sourceware.org Git - glibc.git/commit
x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c
authorNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 18 Feb 2022 23:00:25 +0000 (17:00 -0600)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 18 Feb 2022 23:24:50 +0000 (15:24 -0800)
commitb98d0bbf747f39770e0caba7e984ce9f8f900330
treebf21dfd0e6981282f32438eb8771d95ea2a6e7ba
parent7835d611af0854e69a0c71e3806f8fe379282d6f
x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c

Previously TEST_NAME was passing a function pointer. This didn't fail
because of the -Wno-error flag (to allow for overflow sizes passed
to strncmp/wcsncmp)

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86/tst-strncmp-rtm.c
This page took 0.040734 seconds and 5 git commands to generate.