gas/sframe: avoid "shadowing" of glibc function name
authorJan Beulich <jbeulich@suse.com>
Tue, 22 Nov 2022 08:39:44 +0000 (09:39 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 22 Nov 2022 08:39:44 +0000 (09:39 +0100)
commit3238a7507528dd0fec87e35bad50815b5ee5824c
treea349d7c116a2a3805adcd51d8438ef7f4ce3cb61
parent31c1130f35e0ef800ea4d92224a72872ffe4a5db
gas/sframe: avoid "shadowing" of glibc function name

Once again: Old enough glibc has an (unguarded) declaration of index()
in string.h, which triggers a "shadows a global declaration" warning
with our choice of wanring level and with at least some gcc versions.
gas/gen-sframe.c