]> Savannah Git Hosting - gnulib.git/commitdiff
glob: Silence warning about void pointer arithmetic.
authorTim Rühsen <tim.ruehsen@gmx.de>
Sat, 16 Dec 2017 03:02:01 +0000 (04:02 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Dec 2017 03:02:01 +0000 (04:02 +0100)
* lib/glob.c (glob): Use a 'char *', not a 'void *', in pointer
arithmetic.

ChangeLog

index 233d71f485eb93ce723fca69cb7a68b5e7eb3c7f..2c838329fb8f4a2f930bacc842ecc7506012ad4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-12-15  Tim Rühsen  <tim.ruehsen@gmx.de>
+            Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <bruno@clisp.org>
 
        spawn-pipe: Silence a clang warning.