On Thu, 23 Sep 2010, Carlos R. Mafra wrote: > Now that my 'make V=0 -s' compilation is parseable, I noticed the > following warnings: > > CC wfilepanel.lo > wfilepanel.c: In function ‘createDir’: > wfilepanel.c:630:3: warning: format ‘%d’ expects type ‘int’, but argument 4 > has type ‘char *’ > wfilepanel.c:630:3: warning: format ‘%d’ expects type ‘int’, but argument 5 > has type ‘char *’ > wfilepanel.c:630:3: warning: format ‘%d’ expects type ‘int’, but argument 4 > has type ‘char *’ > wfilepanel.c:630:3: warning: format ‘%d’ expects type ‘int’, but argument 5 > has type ‘char *’ > wfilepanel.c:598:37: warning: unused variable ‘s’ > wfilepanel.c: In function ‘normalizePath’: > wfilepanel.c:658:27: warning: value computed is not used > wfilepanel.c: In function ‘deleteFile’: > wfilepanel.c:678:24: warning: unused variable ‘s’ > > and apart from the warning at :658, they are gone with the patch below. > May I fold it in the patch which introduced them?
absolutely. thanks. -- [-] mkdir /nonexistent -- To unsubscribe, send mail to [email protected].
