On Tue, Dec 4, 2018 at 5:40 AM Claudio Jeker
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 *'
>
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 ar