]> Git Repo - uclibc-ng.git/commit
Fix warning due to unused variable in strlen
authorYann Sionneau <[email protected]>
Tue, 22 Sep 2020 12:17:01 +0000 (14:17 +0200)
committerWaldemar Brodkorb <[email protected]>
Tue, 22 Sep 2020 13:54:04 +0000 (15:54 +0200)
commitf3e08e7fa2a364545aba165ff89b8a54f5ef723d
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 <[email protected]>
libc/string/generic/strlen.c
This page took 0.021839 seconds and 4 git commands to generate.