ERROR WHEN COMPILING

08/29/2014 20:40 Raphell#1
Hello , why can I get this error , when I run this command : gmake
HTML Code:
fdwatch.c:173: warning: comparison between signed and unsigned integer expressions
08/29/2014 23:53 oOAiRMaXOo.#2
This no error only a warrining this make no bug.

make

gmake clean
next
gmake dep
then
gmake -j20
08/30/2014 06:30 Fenikss#3
This is warning but u can Edit this

Open fdwatch line 173 and change int to unsigned int Or signed int