make[2]: Entering directory `/home/Nate/eggdrop1.6.17/src/mod/blowfish.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././blowfish.mod/blowfish.c
.././blowfish.mod/blowfish.c: In function âblowfish_initâ:
.././blowfish.mod/blowfish.c:219: warning: pointer targets in passing argument 2 of â__builtin_strncpyâ differ in signedness
.././blowfish.mod/blowfish.c: In function âencrypt_stringâ:
.././blowfish.mod/blowfish.c:322: warning: pointer targets in assignment differ in signedness
.././blowfish.mod/blowfish.c:329: warning: pointer targets in assignment differ in signedness
mv blowfish.o ../
I think those warnings are what causes my DCC Chat to not work when I start the bot. What does this mean?