From: Tim Rühsen Date: Sat, 16 Dec 2017 03:02:01 +0000 (+0100) Subject: glob: Silence warning about void pointer arithmetic. X-Git-Tag: v1.0~5792 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ec26e3bba00b6b9083401867a36a9aee2e055f63;p=gnulib.git glob: Silence warning about void pointer arithmetic. * lib/glob.c (glob): Use a 'char *', not a 'void *', in pointer arithmetic. --- diff --git a/ChangeLog b/ChangeLog index 233d71f485..2c838329fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-12-15 Tim Rühsen + Paul Eggert + + glob: Silence warning about void pointer arithmetic. + * lib/glob.c (glob): Use a 'char *', not a 'void *', in pointer + arithmetic. + 2017-12-15 Bruno Haible spawn-pipe: Silence a clang warning.