On Tue, Dec 4, 2018 at 5:40 AM Claudio Jeker <[email protected]> wrote:
> Gcc is unhappy about the void * usage in printf: > search.c:325: warning: format '%s' expects type 'char *', but argument 2 > has type 'void *' > search.c:345: warning: format '%.*s' expects type 'char *', but argument 3 > has type 'void *' > search.c:365: warning: format '%s' expects type 'char *', but argument 2 > has type 'void *' > > This diff fixes those. Now neither clang nor gcc complain. > OK? > ok guenther@
