Fix warning due to unused variable in strlen
commitf3e08e7fa2a364545aba165ff89b8a54f5ef723d
authorYann Sionneau <ysionneau@kalray.eu>
Tue, 22 Sep 2020 12:17:01 +0000 (22 14:17 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Tue, 22 Sep 2020 13:54:04 +0000 (22 15:54 +0200)
tree1f6c16bdefaffeac97724121bc6d03bfe3d856a6
parentb1c3d1820431ebc25c57bdc91d32051f5f09ab87
Fix warning due to unused variable in strlen

Fixes this:

libc/string/generic/strlen.c: In function 'strlen':
libc/string/generic/strlen.c:31:31: warning: variable 'magic_bits' set but not used [-Wunused-but-set-variable]
   unsigned long int longword, magic_bits, himagic, lomagic;
                               ^~~~~~~~~~

Signed-off-by: Yann Sionneau <ysionneau@kalray.eu>
libc/string/generic/strlen.c