changeset 39188:9604f358c288

glob: Silence warning about void pointer arithmetic. * lib/glob.c (glob): Use a 'char *', not a 'void *', in pointer arithmetic.
author Tim Rühsen <tim.ruehsen@gmx.de>
date Sat, 16 Dec 2017 04:02:01 +0100
parents fa1ed608b1cc
children f4d20d1e9d4d
files ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 15 17:27:21 2017 -0800
+++ b/ChangeLog	Sat Dec 16 04:02:01 2017 +0100
@@ -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.