=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for ysm-2.9.9.1 gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Main.c -o YSM_Main.o YSM_Main.c:60: warning: pointer targets in initialization differ in signedness YSM_Main.c:61: warning: pointer targets in initialization differ in signedness YSM_Main.c:62: warning: pointer targets in initialization differ in signedness YSM_Main.c:64: warning: pointer targets in initialization differ in signedness YSM_Main.c: In function 'YSM_Start_Network': YSM_Main.c:299: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Main.c: In function 'YSM_SignIn': YSM_Main.c:448: warning: pointer targets in passing argument 2 of 'YSM_Init_LoginA' differ in signedness YSM_Network.h:70: note: expected 'u_int8_t *' but argument is of type '__int8_t *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Network.c -o YSM_Network.o YSM_Network.c: In function 'YSM_HostToAddress': YSM_Network.c:86: warning: pointer targets in passing argument 1 of 'inet_aton' differ in signedness /usr/include/arpa/inet.h:94: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:97: warning: pointer targets in passing argument 1 of 'gethostbyname' differ in signedness /usr/include/netdb.h:321: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_ProxyHalfConnect': YSM_Network.c:156: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_ProxyConnect': YSM_Network.c:213: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:222: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type 'u_int8_t *' YSM_Network.c:226: warning: pointer targets in passing argument 1 of 'YSM_encode64' differ in signedness YSM_Charset.h:60: note: expected 'const __int8_t *' but argument is of type 'u_int8_t *' YSM_Network.c:226: warning: pointer targets in assignment differ in signedness YSM_Network.c:233: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:248: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:259: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:275: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness /usr/include/string.h:69: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:276: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness /usr/include/string.h:69: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:276: warning: pointer targets in assignment differ in signedness YSM_Network.c:278: warning: pointer targets in assignment differ in signedness YSM_Network.c:281: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:281: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:288: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:292: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_Connect': YSM_Network.c:344: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:366: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness /usr/include/sys/socket.h:371: note: expected '__socklen_t * __restrict__' but argument is of type 'u_int32_t *' YSM_Network.c: In function 'YSM_SrvResponse': YSM_Network.c:390: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:394: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:397: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:408: warning: pointer targets in passing argument 2 of 'YSM_Incoming_SNAC' differ in signedness YSM_Network.h:166: note: expected 'char *' but argument is of type '__int8_t *' YSM_Network.c:429: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:435: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:440: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:448: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:449: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:460: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:471: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:517: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:522: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_Incoming_SNAC': YSM_Network.c:572: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:573: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:575: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:581: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:596: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:597: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.h:291: note: expected 'const char *' but argument is of type 'const u_int8_t *' YSM_Network.c:614: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.h:291: note: expected 'const char *' but argument is of type 'const u_int8_t *' YSM_Network.c:637: warning: pointer targets in passing argument 3 of 'YSM_IncomingPersonal' differ in signedness YSM_Network.h:252: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:676: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:691: warning: pointer targets in passing argument 3 of 'YSM_Incoming_ClientAck' differ in signedness YSM_Network.h:160: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:739: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:744: warning: pointer targets in passing argument 3 of 'YSM_BuddyChangeStatus' differ in signedness YSM_Network.h:264: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:762: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:770: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:784: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:815: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_BuddyChangeStatus': YSM_Network.c:838: warning: pointer targets in passing argument 1 of 'atol' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:119: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:852: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_ParseCapabilities': YSM_Network.c:904: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type 'u_int8_t *' YSM_Network.c:934: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type 'u_int8_t *' YSM_Network.c: In function 'YSM_BuddyParseStatus': YSM_Network.c:1057: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1061: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1063: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1099: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1107: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1169: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1171: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_BuddyUpdateStatus': YSM_Network.c:1211: warning: pointer targets in passing argument 1 of 'strftime' differ in signedness /usr/include/time.h:110: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:1320: warning: pointer targets in passing argument 3 of 'YSM_Event' differ in signedness YSM_ToolBox.h:60: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:1329: warning: pointer targets in passing argument 3 of 'YSM_Event' differ in signedness YSM_ToolBox.h:60: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_TreatMessage': YSM_Network.c:1432: warning: pointer targets in passing argument 3 of 'YSM_ReceiveMessageType1' differ in signedness YSM_Network.h:190: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:1432: warning: pointer targets in passing argument 4 of 'YSM_ReceiveMessageType1' differ in signedness YSM_Network.h:190: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:1432: warning: pointer targets in passing argument 5 of 'YSM_ReceiveMessageType1' differ in signedness YSM_Network.h:190: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:1432: warning: pointer targets in passing argument 6 of 'YSM_ReceiveMessageType1' differ in signedness YSM_Network.h:190: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:1441: warning: pointer targets in passing argument 3 of 'YSM_ReceiveMessageType2' differ in signedness YSM_Network.h:216: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:1441: warning: pointer targets in passing argument 4 of 'YSM_ReceiveMessageType2' differ in signedness YSM_Network.h:216: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:1441: warning: pointer targets in passing argument 5 of 'YSM_ReceiveMessageType2' differ in signedness YSM_Network.h:216: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:1441: warning: pointer targets in passing argument 6 of 'YSM_ReceiveMessageType2' differ in signedness YSM_Network.h:216: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:1449: warning: pointer targets in passing argument 3 of 'YSM_ReceiveMessageType4' differ in signedness YSM_Network.h:198: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:1449: warning: pointer targets in passing argument 4 of 'YSM_ReceiveMessageType4' differ in signedness YSM_Network.h:198: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:1449: warning: pointer targets in passing argument 5 of 'YSM_ReceiveMessageType4' differ in signedness YSM_Network.h:198: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_ReceiveMessage': YSM_Network.c:1496: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:1500: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:1505: warning: pointer targets in passing argument 3 of 'YSM_ReceiveMessageType4' differ in signedness YSM_Network.h:198: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:1505: warning: pointer targets in passing argument 4 of 'YSM_ReceiveMessageType4' differ in signedness YSM_Network.h:198: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:1505: warning: pointer targets in passing argument 5 of 'YSM_ReceiveMessageType4' differ in signedness YSM_Network.h:198: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:1515: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1520: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1522: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1535: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:1563: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_ReceiveMessageType1': YSM_Network.c:1603: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1614: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1616: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1619: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1651: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1655: warning: pointer targets in passing argument 7 of 'YSM_ReceiveMessageData' differ in signedness YSM_Network.h:180: note: expected '__int8_t *' but argument is of type 'u_int8_t *' YSM_Network.c: In function 'YSM_ReceiveMessageType2Common': YSM_Network.c:1693: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1703: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1703: warning: pointer targets in assignment differ in signedness YSM_Network.c:1723: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1724: warning: pointer targets in passing argument 7 of 'YSM_ReceiveMessageData' differ in signedness YSM_Network.h:180: note: expected '__int8_t *' but argument is of type 'u_int8_t *' YSM_Network.c: In function 'YSM_ReceiveMessageType2': YSM_Network.c:1756: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1796: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1798: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_ReceiveMessageType4': YSM_Network.c:1866: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1869: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:1870: warning: pointer targets in passing argument 7 of 'YSM_ReceiveMessageData' differ in signedness YSM_Network.h:180: note: expected '__int8_t *' but argument is of type 'u_int8_t *' YSM_Network.c: In function 'YSM_ReceiveMessageData': YSM_Network.c:1921: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:1921: warning: pointer targets in assignment differ in signedness YSM_Network.c:1925: warning: pointer targets in assignment differ in signedness YSM_Network.c:2011: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2017: warning: pointer targets in passing argument 7 of 'YSM_DisplayMsg' differ in signedness YSM_Prompt.h:68: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_SendACKType2': YSM_Network.c:2039: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:2044: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2071: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2073: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2074: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_SendSNAC': YSM_Network.c:2158: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:2159: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:2178: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:2182: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:2185: warning: pointer targets in passing argument 2 of 'DumpPacket' differ in signedness YSM_Network.h:458: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_LoginSequence': YSM_Network.c:2216: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:2219: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2226: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2227: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2227: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2232: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2233: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2235: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2236: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2241: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2242: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2253: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2274: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2278: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2281: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_Init_LoginA': YSM_Network.c:2300: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type 'u_int8_t *' YSM_Network.c:2302: warning: pointer targets in initialization differ in signedness YSM_Network.c:2337: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type 'u_int8_t *' YSM_Network.c:2337: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2356: warning: pointer targets in passing argument 1 of 'EncryptPassword' differ in signedness YSM_ToolBox.h:108: note: expected 'char *' but argument is of type 'u_int8_t *' YSM_Network.c:2359: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type 'u_int8_t *' YSM_Network.c:2364: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2403: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2405: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2409: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2432: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_Init_LoginB': YSM_Network.c:2449: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2453: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2457: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2459: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2468: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2468: warning: pointer targets in assignment differ in signedness YSM_Network.c:2476: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:2476: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:2479: warning: pointer targets in passing argument 1 of 'strtol' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:140: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:2489: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:2498: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:2514: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:2521: warning: pointer targets in passing argument 2 of 'YSM_Init_LoginC' differ in signedness YSM_Network.h:83: note: expected 'char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_Init_LoginC': YSM_Network.c:2571: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2572: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2577: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2579: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2582: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2597: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_UpdatePrivacy': YSM_Network.c:2628: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:2648: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:2653: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_ChangeStatus': YSM_Network.c:2696: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2697: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2702: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2705: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2709: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2710: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2716: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2717: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2763: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2768: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2780: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_SendMessage2Client': YSM_Network.c:2897: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_BuildMessageHead': YSM_Network.c:2922: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:2927: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2932: warning: pointer targets in passing argument 1 of 'DW_2_Charsb' differ in signedness YSM_ToolBox.h:104: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2934: warning: pointer targets in passing argument 1 of 'DW_2_Charsb' differ in signedness YSM_ToolBox.h:104: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2937: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2941: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2943: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:2944: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_BuildMessageBodyType1': YSM_Network.c:2973: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2974: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2976: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2977: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2979: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:2980: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_BuildMessageBodyType2': YSM_Network.c:3074: warning: pointer targets in passing argument 1 of 'DW_2_Charsb' differ in signedness YSM_ToolBox.h:104: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3076: warning: pointer targets in passing argument 1 of 'DW_2_Charsb' differ in signedness YSM_ToolBox.h:104: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3115: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3151: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3171: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3179: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_BuildMessageBodyType4': YSM_Network.c:3216: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3217: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3224: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3231: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_ForwardMessage': YSM_Network.c:3246: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_SendAuthRequest': YSM_Network.c:3260: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:3267: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3274: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3275: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3277: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3278: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3279: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3287: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_SendAuthOK': YSM_Network.c:3308: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:3312: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3320: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3321: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3324: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3335: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_SendContacts': YSM_Network.c:3359: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:3361: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3376: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:3378: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3388: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_RemoveContact': YSM_Network.c:3402: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:3405: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3424: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_BuddyIgnore': YSM_Network.c:3448: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.h:425: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:3457: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.h:425: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_BuddyInvisible': YSM_Network.c:3482: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.h:425: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:3491: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.h:425: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_BuddyVisible': YSM_Network.c:3514: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.h:425: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:3523: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.h:425: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_BuddyAddSlave': YSM_Network.c:3557: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:3558: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:3559: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_BuddyDelSlave': YSM_Network.c:3597: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.h:425: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_BuddyAddItem': YSM_Network.c:3734: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:3744: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3744: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3745: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3769: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3777: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3795: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3796: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3812: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3832: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3835: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3874: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3874: warning: pointer targets in passing argument 8 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'char *' but argument is of type '__int8_t *' YSM_Network.c:3893: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3915: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3915: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3918: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3919: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:3933: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:3939: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4012: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:4012: warning: pointer targets in passing argument 8 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'char *' but argument is of type '__int8_t *' YSM_Network.c:4021: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_BuddyCreateGroup': YSM_Network.c:4049: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.c:3701: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_BuddyUploadList': YSM_Network.c:4075: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.c:3701: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:4096: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.c:3701: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_BuddyReadSlave': YSM_Network.c:4156: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:4160: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:4167: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:4172: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:4177: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:4182: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:4188: warning: pointer targets in passing argument 1 of 'YSM_ParseSlave' differ in signedness YSM_Slaves.h:57: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_BuddyIncomingChange': YSM_Network.c:4242: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.c:3701: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:4261: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:4280: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.c:3701: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:4346: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.c:3701: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_BuddyIncomingList': YSM_Network.c:4375: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4397: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4411: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4414: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4442: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4463: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4468: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4477: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4480: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4490: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4543: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4544: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4545: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4551: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4555: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4556: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4575: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4585: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4586: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_IncomingMultiUse': YSM_Network.c:4631: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4639: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4704: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:4742: warning: pointer targets in passing argument 7 of 'YSM_ReceiveMessageData' differ in signedness YSM_Network.c:1883: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_IncomingSearch': YSM_Network.c:4772: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_IncomingPersonal': YSM_Network.c:4799: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4802: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4806: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4817: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4825: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_IncomingInfo': YSM_Network.c:4882: warning: pointer targets in passing argument 1 of 'YSM_IncomingMainInfo' differ in signedness YSM_Network.h:309: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:4882: warning: pointer targets in passing argument 3 of 'YSM_IncomingMainInfo' differ in signedness YSM_Network.h:309: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:4882: warning: pointer targets in passing argument 4 of 'YSM_IncomingMainInfo' differ in signedness YSM_Network.h:309: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:4882: warning: pointer targets in passing argument 5 of 'YSM_IncomingMainInfo' differ in signedness YSM_Network.h:309: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:4882: warning: pointer targets in passing argument 6 of 'YSM_IncomingMainInfo' differ in signedness YSM_Network.h:309: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:4886: warning: pointer targets in passing argument 1 of 'YSM_IncomingHPInfo' differ in signedness YSM_Network.h:320: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c:4899: warning: pointer targets in passing argument 1 of 'YSM_IncomingAboutInfo' differ in signedness YSM_Network.h:331: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_IncomingMainInfo': YSM_Network.c:4930: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4939: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:4939: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:4939: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness /usr/include/string.h:56: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:4940: warning: pointer targets in passing argument 1 of 'YSM_ParseSlave' differ in signedness YSM_Slaves.h:57: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4942: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:4942: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:4948: warning: pointer targets in passing argument 2 of 'YSM_UpdateSlave' differ in signedness YSM_Slaves.h:58: note: expected 'char *' but argument is of type '__int8_t *' YSM_Network.c:4964: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4971: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:4971: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:4987: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:4994: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:4994: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:5008: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5015: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:5015: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Network.c:5029: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5044: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5059: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5074: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5089: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5104: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_IncomingWorkInfo': YSM_Network.c:5149: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5165: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_IncomingAboutInfo': YSM_Network.c:5191: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_SendCliReady': YSM_Network.c:5244: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type 'const u_int8_t *' YSM_Network.c: In function 'YSM_RequestInfo': YSM_Network.c:5333: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5334: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5335: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5342: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5346: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:5360: warning: pointer targets in passing argument 5 of 'YSM_SendSNAC' differ in signedness YSM_Network.c:2135: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_RequestOffline': YSM_Network.c:5378: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5379: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_AckOffline': YSM_Network.c:5422: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5423: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_SearchUINbyMail': YSM_Network.c:5604: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5605: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5606: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5607: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5608: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5609: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_InfoChange': YSM_Network.c:5657: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5658: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5668: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5675: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5735: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5745: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5755: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5777: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_ChangePassword': YSM_Network.c:5808: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5809: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5810: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5817: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_KeepAlive': YSM_Network.c:5874: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5875: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c:5877: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_SendContact': YSM_Network.c:5953: warning: pointer targets in passing argument 5 of 'YSM_SendMessage2Client' differ in signedness YSM_Network.c:2801: note: expected '__int8_t *' but argument is of type 'char *' YSM_Network.c: In function 'YSM_SendUrl': YSM_Network.c:5968: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:5968: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:5972: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:5973: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:5976: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:5977: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Network.c:5986: warning: pointer targets in passing argument 2 of 'YSM_DC_Message' differ in signedness YSM_Direct.h:82: note: expected 'char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_Incoming_ClientAck': YSM_Network.c:6043: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:6075: warning: pointer targets in assignment differ in signedness YSM_Network.c:6089: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'YSM_Incoming_Scan': YSM_Network.c:6123: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:6130: warning: pointer targets in passing argument 2 of 'YSM_gettime' differ in signedness YSM_ToolBox.h:142: note: expected 'char *' but argument is of type '__int8_t *' YSM_Network.c:6133: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:6140: warning: pointer targets in passing argument 2 of 'YSM_gettime' differ in signedness YSM_ToolBox.h:142: note: expected 'char *' but argument is of type '__int8_t *' YSM_Network.c: In function 'DumpFLAP': YSM_Network.c:6299: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:6300: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'DumpSNAC': YSM_Network.c:6312: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:6313: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'DumpPacket': YSM_Network.c:6336: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:6350: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:6353: warning: pointer targets in passing argument 1 of 'Chars_2_Wordb' differ in signedness YSM_ToolBox.h:102: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c: In function 'InsertTLV': YSM_Network.c:6366: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Network.c:6367: warning: pointer targets in passing argument 1 of 'Word_2_Charsb' differ in signedness YSM_ToolBox.h:106: note: expected 'u_int8_t *' but argument is of type '__int8_t *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Setup.c -o YSM_Setup.o YSM_Setup.c: In function 'YSM_SetupConfigurationFile': YSM_Setup.c:117: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:123: warning: pointer targets in passing argument 1 of 'YSM_PrintWizardBox' differ in signedness YSM_Win32.h:37: note: expected '__int8_t *' but argument is of type 'char *' YSM_Setup.c:142: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_SetupHomeDirectory': YSM_Setup.c:168: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:172: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:176: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:176: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:177: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:177: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness /usr/include/string.h:62: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:179: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:179: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:184: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:184: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness /usr/include/string.h:62: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:186: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:186: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:191: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:191: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness /usr/include/string.h:62: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:195: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:195: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness /usr/include/string.h:62: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_SetupSlaves': YSM_Setup.c:210: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:217: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Setup.c: In function 'YSM_ReadConfig': YSM_Setup.c:252: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:256: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:268: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:272: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness /usr/include/string.h:69: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:272: warning: pointer targets in assignment differ in signedness YSM_Setup.c:273: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:273: warning: pointer targets in assignment differ in signedness YSM_Setup.c:276: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:277: warning: pointer targets in assignment differ in signedness YSM_Setup.c:280: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:280: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:284: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:289: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:292: warning: pointer targets in assignment differ in signedness YSM_Setup.c:295: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:295: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:299: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:304: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:307: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:311: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:315: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:316: warning: pointer targets in assignment differ in signedness YSM_Setup.c:319: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:319: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:322: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:323: warning: pointer targets in assignment differ in signedness YSM_Setup.c:324: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:327: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:328: warning: pointer targets in assignment differ in signedness YSM_Setup.c:329: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:332: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:333: warning: pointer targets in assignment differ in signedness YSM_Setup.c:334: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:337: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:338: warning: pointer targets in assignment differ in signedness YSM_Setup.c:339: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:342: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:343: warning: pointer targets in assignment differ in signedness YSM_Setup.c:344: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:347: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:348: warning: pointer targets in assignment differ in signedness YSM_Setup.c:349: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:352: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:353: warning: pointer targets in assignment differ in signedness YSM_Setup.c:354: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:357: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:358: warning: pointer targets in assignment differ in signedness YSM_Setup.c:359: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:362: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:363: warning: pointer targets in assignment differ in signedness YSM_Setup.c:364: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:367: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:368: warning: pointer targets in assignment differ in signedness YSM_Setup.c:372: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:373: warning: pointer targets in assignment differ in signedness YSM_Setup.c:374: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:377: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:378: warning: pointer targets in assignment differ in signedness YSM_Setup.c:380: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:380: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:383: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:384: warning: pointer targets in assignment differ in signedness YSM_Setup.c:385: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:388: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:389: warning: pointer targets in assignment differ in signedness YSM_Setup.c:390: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:393: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:394: warning: pointer targets in assignment differ in signedness YSM_Setup.c:396: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:396: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:399: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:400: warning: pointer targets in assignment differ in signedness YSM_Setup.c:402: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:402: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:405: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:406: warning: pointer targets in assignment differ in signedness YSM_Setup.c:407: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:410: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:419: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:429: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:430: warning: pointer targets in assignment differ in signedness YSM_Setup.c:432: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:432: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:435: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:436: warning: pointer targets in assignment differ in signedness YSM_Setup.c:438: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:438: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:441: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:450: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:459: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:468: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:469: warning: pointer targets in assignment differ in signedness YSM_Setup.c:470: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:473: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:474: warning: pointer targets in assignment differ in signedness YSM_Setup.c:475: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:479: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:480: warning: pointer targets in assignment differ in signedness YSM_Setup.c:482: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:484: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:485: warning: pointer targets in assignment differ in signedness YSM_Setup.c:487: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:491: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:492: warning: pointer targets in assignment differ in signedness YSM_Setup.c:494: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:494: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:497: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:505: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:506: warning: pointer targets in assignment differ in signedness YSM_Setup.c:508: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:508: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:512: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:513: warning: pointer targets in assignment differ in signedness YSM_Setup.c:515: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:515: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:518: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:519: warning: pointer targets in assignment differ in signedness YSM_Setup.c:521: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:521: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:524: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:525: warning: pointer targets in assignment differ in signedness YSM_Setup.c:527: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:527: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:530: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:531: warning: pointer targets in assignment differ in signedness YSM_Setup.c:533: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:533: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:536: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:537: warning: pointer targets in assignment differ in signedness YSM_Setup.c:539: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:539: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:542: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:549: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:556: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:557: warning: pointer targets in assignment differ in signedness YSM_Setup.c:563: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:564: warning: pointer targets in assignment differ in signedness YSM_Setup.c:570: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:571: warning: pointer targets in assignment differ in signedness YSM_Setup.c:577: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:578: warning: pointer targets in assignment differ in signedness YSM_Setup.c:584: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:585: warning: pointer targets in assignment differ in signedness YSM_Setup.c:591: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:596: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:603: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:610: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:617: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:624: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_CreateConfig': YSM_Setup.c:672: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:715: warning: pointer targets in passing argument 1 of 'YSM_getpass' differ in signedness YSM_Win32.h:74: note: expected '__int8_t *' but argument is of type 'char *' YSM_Setup.c:715: warning: pointer targets in assignment differ in signedness YSM_Setup.c:719: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:722: warning: pointer targets in passing argument 1 of 'YSM_getpass' differ in signedness YSM_Win32.h:74: note: expected '__int8_t *' but argument is of type 'char *' YSM_Setup.c:722: warning: pointer targets in assignment differ in signedness YSM_Setup.c:728: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:740: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Setup.c: In function 'CFGWRITE': YSM_Setup.c:751: warning: pointer targets in passing argument 2 of 'vfprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:278: note: expected 'const char * __restrict__' but argument is of type 'const u_int8_t *' YSM_Setup.c: In function 'YSM_SaveConfig': YSM_Setup.c:764: warning: pointer targets in passing argument 1 of 'mkdir' differ in signedness /usr/include/sys/stat.h:271: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:768: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Setup.c:772: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:776: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:779: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:781: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:782: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:783: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:787: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:791: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:799: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:801: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:802: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:804: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:805: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:807: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:808: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:809: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:813: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:815: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:817: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:818: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:819: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:820: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:822: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:823: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:826: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:827: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:834: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:838: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:840: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:843: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:847: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:851: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:855: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:859: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:861: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:864: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:865: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:867: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:869: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:870: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:872: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:873: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:876: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:878: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:879: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:881: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:882: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:883: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:888: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:889: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:896: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:898: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:899: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:900: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:901: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:903: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:904: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:906: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:907: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:914: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:915: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:927: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:928: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:929: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:930: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:944: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:946: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:947: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:948: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:949: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:950: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:955: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:956: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:960: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:961: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:967: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:969: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:970: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:971: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:972: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:973: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:979: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:981: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:982: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:983: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:984: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:985: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:989: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:990: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:992: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:993: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1002: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1004: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1011: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1013: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1018: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1021: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1024: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1027: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1031: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1033: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1034: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1037: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1038: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1039: warning: pointer targets in passing argument 2 of 'CFGWRITE' differ in signedness YSM_Setup.c:747: note: expected 'const u_int8_t *' but argument is of type 'char *' YSM_Setup.c:1045: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Setup.c: In function 'YSM_ReadSlaves': YSM_Setup.c:1065: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1067: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1074: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1080: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1080: warning: pointer targets in assignment differ in signedness YSM_Setup.c:1116: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1116: warning: pointer targets in assignment differ in signedness YSM_Setup.c:1122: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1126: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1133: warning: pointer targets in passing argument 1 of 'YSM_AddSlavetoList' differ in signedness YSM_Slaves.h:43: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1133: warning: pointer targets in passing argument 3 of 'YSM_AddSlavetoList' differ in signedness YSM_Slaves.h:43: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1133: warning: pointer targets in passing argument 4 of 'YSM_AddSlavetoList' differ in signedness YSM_Slaves.h:43: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_QuerySlaves': YSM_Setup.c:1158: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type 'unsigned char *' YSM_Setup.c:1167: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Setup.c: In function 'YSM_AddSlavetoDisk': YSM_Setup.c:1217: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1229: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1231: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1242: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1243: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1269: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1278: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_DelSlave': YSM_Setup.c:1297: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1309: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1311: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1320: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1329: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness /usr/include/string.h:69: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1329: warning: pointer targets in assignment differ in signedness YSM_Setup.c:1331: warning: pointer targets in assignment differ in signedness YSM_Setup.c:1333: warning: pointer targets in assignment differ in signedness YSM_Setup.c:1336: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1337: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1348: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1355: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1355: warning: pointer targets in passing argument 1 of 'YSM_DeleteSlavefromList' differ in signedness YSM_Slaves.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1372: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1376: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1390: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1401: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_AFKMode': YSM_Setup.c:1489: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1492: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1492: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_ReadLog': YSM_Setup.c:1520: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1522: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1525: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1540: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1561: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_DisplayLogEntry': YSM_Setup.c:1640: warning: pointer targets in passing argument 1 of 'YSM_tokenize' differ in signedness YSM_ToolBox.h:85: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_VersionCheck': YSM_Setup.c:1673: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1674: warning: pointer targets in passing argument 1 of 'YSM_ProxyHalfConnect' differ in signedness YSM_Network.h:441: note: expected '__int8_t *' but argument is of type 'char *' YSM_Setup.c:1676: warning: pointer targets in passing argument 1 of 'YSM_RawConnect' differ in signedness YSM_Network.h:438: note: expected '__int8_t *' but argument is of type 'char *' YSM_Setup.c:1690: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1694: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1704: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1720: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1720: warning: pointer targets in assignment differ in signedness YSM_Setup.c:1721: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness /usr/include/string.h:69: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1721: warning: pointer targets in assignment differ in signedness YSM_Setup.c:1726: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1726: warning: pointer targets in assignment differ in signedness YSM_Setup.c:1729: warning: assignment discards qualifiers from pointer target type YSM_Setup.c:1730: warning: pointer targets in assignment differ in signedness YSM_Setup.c:1733: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1733: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_AskProxyConfiguration': YSM_Setup.c:1791: warning: pointer targets in passing argument 1 of 'YSM_fgets' differ in signedness YSM_Win32.h:34: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1793: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1801: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1819: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1822: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1822: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1827: warning: pointer targets in passing argument 1 of 'YSM_fgets' differ in signedness YSM_Win32.h:34: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1829: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1830: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1836: warning: pointer targets in passing argument 1 of 'YSM_fgets' differ in signedness YSM_Win32.h:34: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1838: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1845: warning: pointer targets in passing argument 1 of 'YSM_fgets' differ in signedness YSM_Win32.h:34: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1847: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1854: warning: pointer targets in passing argument 1 of 'YSM_fgets' differ in signedness YSM_Win32.h:34: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1856: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1859: warning: pointer targets in passing argument 1 of 'YSM_fgets' differ in signedness YSM_Win32.h:34: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1860: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1862: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1865: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1865: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1868: warning: pointer targets in passing argument 1 of 'YSM_fgets' differ in signedness YSM_Win32.h:34: note: expected 'char *' but argument is of type '__int8_t *' YSM_Setup.c:1869: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1871: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1874: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1874: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c: In function 'YSM_ExecuteCommand': YSM_Setup.c:1941: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:247: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Setup.c:1943: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Setup.c:1945: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:247: note: expected 'const char *' but argument is of type '__int8_t *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_ToolBox.c -o YSM_ToolBox.o YSM_ToolBox.c: In function 'YSM_Event': YSM_ToolBox.c:69: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:71: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:77: warning: pointer targets in assignment differ in signedness YSM_ToolBox.c:82: warning: pointer targets in assignment differ in signedness YSM_ToolBox.c:87: warning: pointer targets in assignment differ in signedness YSM_ToolBox.c:92: warning: pointer targets in assignment differ in signedness YSM_ToolBox.c:97: warning: pointer targets in assignment differ in signedness YSM_ToolBox.c:121: warning: pointer targets in passing argument 1 of 'YSM_ExecuteLine' differ in signedness YSM_Prompt.h:94: note: expected 'char *' but argument is of type '__int8_t *' YSM_ToolBox.c:121: warning: pointer targets in passing argument 2 of 'YSM_ExecuteLine' differ in signedness YSM_Prompt.h:94: note: expected 'char *' but argument is of type '__int8_t *' YSM_ToolBox.c:121: warning: pointer targets in passing argument 3 of 'YSM_ExecuteLine' differ in signedness YSM_Prompt.h:94: note: expected 'char *' but argument is of type '__int8_t *' YSM_ToolBox.c:121: warning: pointer targets in passing argument 4 of 'YSM_ExecuteLine' differ in signedness YSM_Prompt.h:94: note: expected 'char *' but argument is of type '__int8_t *' YSM_ToolBox.c:121: warning: pointer targets in passing argument 5 of 'YSM_ExecuteLine' differ in signedness YSM_Prompt.h:94: note: expected 'char *' but argument is of type '__int8_t *' YSM_ToolBox.c: In function 'YSM_PlaySound': YSM_ToolBox.c:141: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:143: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:151: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:155: warning: pointer targets in passing argument 1 of 'stat' differ in signedness /usr/include/sys/stat.h:274: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:169: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:170: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:173: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:177: warning: pointer targets in passing argument 1 of 'YSM_ExecuteLine' differ in signedness YSM_Prompt.h:94: note: expected 'char *' but argument is of type '__int8_t *' YSM_ToolBox.c: In function 'YSM_LookupStatus': YSM_ToolBox.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:218: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:219: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:220: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:221: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:222: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:223: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:224: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:225: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:226: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:274: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c: In function 'YSM_WriteStatus': YSM_ToolBox.c:345: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:349: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:353: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:358: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:362: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:366: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:370: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:374: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:378: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:379: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c: In function 'YSM_GetColorStatus': YSM_ToolBox.c:393: warning: pointer targets in return differ in signedness YSM_ToolBox.c:395: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:395: warning: pointer targets in return differ in signedness YSM_ToolBox.c:396: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:396: warning: pointer targets in return differ in signedness YSM_ToolBox.c:397: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:397: warning: pointer targets in return differ in signedness YSM_ToolBox.c:398: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:398: warning: pointer targets in return differ in signedness YSM_ToolBox.c:399: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:399: warning: pointer targets in return differ in signedness YSM_ToolBox.c:400: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:400: warning: pointer targets in return differ in signedness YSM_ToolBox.c:401: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:401: warning: pointer targets in return differ in signedness YSM_ToolBox.c:402: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:402: warning: pointer targets in return differ in signedness YSM_ToolBox.c:404: warning: pointer targets in return differ in signedness YSM_ToolBox.c: In function 'YSM_GetColorByName': YSM_ToolBox.c:412: warning: pointer targets in return differ in signedness YSM_ToolBox.c:414: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:414: warning: pointer targets in return differ in signedness YSM_ToolBox.c:415: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:415: warning: pointer targets in return differ in signedness YSM_ToolBox.c:416: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:416: warning: pointer targets in return differ in signedness YSM_ToolBox.c:417: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:417: warning: pointer targets in return differ in signedness YSM_ToolBox.c:418: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:418: warning: pointer targets in return differ in signedness YSM_ToolBox.c:419: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:419: warning: pointer targets in return differ in signedness YSM_ToolBox.c:420: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:420: warning: pointer targets in return differ in signedness YSM_ToolBox.c:421: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:421: warning: pointer targets in return differ in signedness YSM_ToolBox.c:422: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:422: warning: pointer targets in return differ in signedness YSM_ToolBox.c:423: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:423: warning: pointer targets in return differ in signedness YSM_ToolBox.c:424: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:424: warning: pointer targets in return differ in signedness YSM_ToolBox.c:425: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:425: warning: pointer targets in return differ in signedness YSM_ToolBox.c:426: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:426: warning: pointer targets in return differ in signedness YSM_ToolBox.c:427: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:427: warning: pointer targets in return differ in signedness YSM_ToolBox.c:428: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:428: warning: pointer targets in return differ in signedness YSM_ToolBox.c:429: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:429: warning: pointer targets in return differ in signedness YSM_ToolBox.c:430: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:430: warning: pointer targets in return differ in signedness YSM_ToolBox.c:431: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:431: warning: pointer targets in return differ in signedness YSM_ToolBox.c:432: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:432: warning: pointer targets in return differ in signedness YSM_ToolBox.c:433: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:433: warning: pointer targets in return differ in signedness YSM_ToolBox.c:434: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:434: warning: pointer targets in return differ in signedness YSM_ToolBox.c:436: warning: pointer targets in return differ in signedness YSM_ToolBox.c: In function 'YSM_GenerateLogEntry': YSM_ToolBox.c:496: warning: pointer targets in passing argument 1 of 'YSM_DumpLogFile' differ in signedness YSM_ToolBox.h:95: note: expected '__int8_t *' but argument is of type 'char *' YSM_ToolBox.c:496: warning: pointer targets in passing argument 2 of 'YSM_DumpLogFile' differ in signedness YSM_ToolBox.h:95: note: expected '__int8_t *' but argument is of type 'char *' YSM_ToolBox.c: In function 'YSM_OpenFile': YSM_ToolBox.c:525: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:528: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:531: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c: In function 'YSM_AppendBotFile': YSM_ToolBox.c:547: warning: pointer targets in passing argument 1 of 'YSM_OpenFile' differ in signedness YSM_ToolBox.c:518: note: expected 'char *' but argument is of type '__int8_t *' YSM_ToolBox.c: In function 'YSM_AppendTopFile': YSM_ToolBox.c:570: warning: pointer targets in passing argument 1 of 'YSM_OpenFile' differ in signedness YSM_ToolBox.c:518: note: expected 'char *' but argument is of type '__int8_t *' YSM_ToolBox.c:579: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:587: warning: pointer targets in passing argument 1 of 'YSM_OpenFile' differ in signedness YSM_ToolBox.c:518: note: expected 'char *' but argument is of type '__int8_t *' YSM_ToolBox.c:601: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c: In function 'YSM_trim': YSM_ToolBox.c:631: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c: In function 'YSM_CheckCommandsFile': YSM_ToolBox.c:1101: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1109: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:1109: warning: pointer targets in assignment differ in signedness YSM_ToolBox.c:1111: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1111: warning: pointer targets in assignment differ in signedness YSM_ToolBox.c:1123: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1124: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1125: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1126: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1132: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1132: warning: pointer targets in assignment differ in signedness YSM_ToolBox.c:1141: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1143: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1143: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness /usr/include/string.h:62: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:1145: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1146: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1147: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:243: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_ToolBox.c:1147: warning: pointer targets in assignment differ in signedness YSM_ToolBox.c:1150: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1161: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1164: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1173: warning: pointer targets in passing argument 1 of 'YSM_DoCommand' differ in signedness YSM_Prompt.h:61: note: expected 'char *' but argument is of type '__int8_t *' YSM_ToolBox.c:1178: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Charset.c -o YSM_Charset.o YSM_Charset.c: In function 'YSM_Iconv': YSM_Charset.c:62: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Charset.c:62: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Charset.c:79: warning: pointer targets in passing argument 2 of 'iconv_open' differ in signedness /usr/include/iconv.h:45: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Charset.c:80: warning: pointer targets in passing argument 1 of 'iconv_open' differ in signedness /usr/include/iconv.h:45: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Charset.c:107: warning: pointer targets in assignment differ in signedness YSM_Charset.c:120: warning: passing argument 2 of 'iconv' from incompatible pointer type /usr/include/iconv.h:46: note: expected 'const char ** __restrict__' but argument is of type 'char **' YSM_Charset.c:140: warning: passing argument 2 of 'iconv' from incompatible pointer type /usr/include/iconv.h:46: note: expected 'const char ** __restrict__' but argument is of type 'char **' YSM_Charset.c:155: warning: pointer targets in assignment differ in signedness YSM_Charset.c:165: warning: passing argument 2 of 'iconv' from incompatible pointer type /usr/include/iconv.h:46: note: expected 'const char ** __restrict__' but argument is of type 'char **' YSM_Charset.c: In function 'YSM_Charset': YSM_Charset.c:553: warning: pointer targets in assignment differ in signedness YSM_Charset.c:554: warning: pointer targets in assignment differ in signedness YSM_Charset.c:556: warning: pointer targets in assignment differ in signedness YSM_Charset.c:557: warning: pointer targets in assignment differ in signedness YSM_Charset.c:576: warning: pointer targets in passing argument 1 of 'YSM_Iconv' differ in signedness YSM_Charset.c:47: note: expected '__int8_t *' but argument is of type 'char *' YSM_Charset.c:597: warning: pointer targets in passing argument 1 of 'YSM_Iconv' differ in signedness YSM_Charset.c:47: note: expected '__int8_t *' but argument is of type 'char *' YSM_Charset.c:692: warning: pointer targets in passing argument 2 of 'YSM_Iconv' differ in signedness YSM_Charset.c:47: note: expected '__int8_t *' but argument is of type 'char *' YSM_Charset.c: At top level: YSM_Charset.c:732: warning: pointer targets in initialization differ in signedness YSM_Charset.c: In function 'YSM_encode64': YSM_Charset.c:744: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type 'const __int8_t *' YSM_Charset.c:747: warning: pointer targets in assignment differ in signedness YSM_Charset.c:747: warning: pointer targets in assignment differ in signedness YSM_Charset.c: In function 'YSM_CharsetConvertString': YSM_Charset.c:809: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Win32.c -o YSM_Win32.o YSM_Win32.c: In function 'getkey': YSM_Win32.c:510: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Win32.c: In function 'YSM_getpass': YSM_Win32.c:668: warning: pointer targets in passing argument 1 of 'YSM_fgets' differ in signedness YSM_Win32.c:605: note: expected 'char *' but argument is of type '__int8_t *' YSM_Win32.c:670: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Win32.c:670: warning: pointer targets in assignment differ in signedness YSM_Win32.c: In function 'OutputCharacter': YSM_Win32.c:781: warning: pointer targets in passing argument 1 of 'printf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:263: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Win32.c: In function 'BoxString': YSM_Win32.c:885: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Win32.c:887: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Win32.c:907: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Win32.c: In function 'YSM_PrintGreetingBox': YSM_Win32.c:959: warning: pointer targets in passing argument 1 of 'BoxString' differ in signedness YSM_Win32.c:851: note: expected '__int8_t *' but argument is of type 'char *' YSM_Win32.c:959: warning: pointer targets in passing argument 5 of 'BoxString' differ in signedness YSM_Win32.c:851: note: expected '__int8_t *' but argument is of type 'char *' YSM_Win32.c:959: warning: pointer targets in passing argument 6 of 'BoxString' differ in signedness YSM_Win32.c:851: note: expected '__int8_t *' but argument is of type 'char *' YSM_Win32.c:968: warning: pointer targets in passing argument 1 of 'BoxString' differ in signedness YSM_Win32.c:851: note: expected '__int8_t *' but argument is of type 'char *' YSM_Win32.c:968: warning: pointer targets in passing argument 5 of 'BoxString' differ in signedness YSM_Win32.c:851: note: expected '__int8_t *' but argument is of type 'char *' YSM_Win32.c:968: warning: pointer targets in passing argument 6 of 'BoxString' differ in signedness YSM_Win32.c:851: note: expected '__int8_t *' but argument is of type 'char *' YSM_Win32.c: In function 'YSM_PrintWizardBox': YSM_Win32.c:1002: warning: pointer targets in passing argument 5 of 'BoxString' differ in signedness YSM_Win32.c:851: note: expected '__int8_t *' but argument is of type 'char *' YSM_Win32.c:1002: warning: pointer targets in passing argument 6 of 'BoxString' differ in signedness YSM_Win32.c:851: note: expected '__int8_t *' but argument is of type 'char *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Lists.c -o YSM_Lists.o YSM_Lists.c: In function 'List_init': YSM_Lists.c:57: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Slaves.c -o YSM_Slaves.o YSM_Slaves.c: In function 'YSM_PrintSlaves': YSM_Slaves.c:120: warning: pointer targets in initialization differ in signedness YSM_Slaves.c:153: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Slaves.c:153: warning: pointer targets in passing argument 2 of 'strncasecmp' differ in signedness /usr/include/strings.h:64: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Slaves.c: In function 'YSM_AddSlavetoList': YSM_Slaves.c:305: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Slaves.c:353: warning: pointer targets in assignment differ in signedness YSM_Slaves.c:376: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Slaves.c:384: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Slaves.c:399: warning: pointer targets in passing argument 4 of 'makeKey' differ in signedness rijndael/rijndael-api-fst.h:94: note: expected 'char *' but argument is of type '__int8_t *' YSM_Slaves.c:408: warning: pointer targets in passing argument 4 of 'makeKey' differ in signedness rijndael/rijndael-api-fst.h:94: note: expected 'char *' but argument is of type '__int8_t *' YSM_Slaves.c: In function 'YSM_ParseSlave': YSM_Slaves.c:520: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type 'u_int8_t *' YSM_Slaves.c:522: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness /usr/include/string.h:69: note: expected 'char * __restrict__' but argument is of type 'u_int8_t *' YSM_Slaves.c:522: warning: pointer targets in assignment differ in signedness YSM_Slaves.c:525: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type 'u_int8_t *' YSM_Slaves.c:525: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness /usr/include/string.h:62: note: expected 'char * __restrict__' but argument is of type 'u_int8_t *' YSM_Slaves.c:525: warning: pointer targets in passing argument 2 of 'strncat' differ in signedness /usr/include/string.h:62: note: expected 'const char * __restrict__' but argument is of type 'u_int8_t *' YSM_Slaves.c:526: warning: pointer targets in assignment differ in signedness gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Commands.c -o YSM_Commands.o YSM_Commands.c: In function 'YSM_Command_HELP': YSM_Commands.c:158: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Commands.c:161: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Commands.c: In function 'YSM_Command_LOADCONFIG': YSM_Commands.c:274: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:244: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Commands.c: In function 'YSM_Command_SLAVES': YSM_Commands.c:286: warning: pointer targets in passing argument 2 of 'YSM_PrintOrganizedSlaves' differ in signedness YSM_Slaves.h:32: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_ADDSLAVE': YSM_Commands.c:302: warning: pointer targets in assignment differ in signedness YSM_Commands.c:303: warning: pointer targets in assignment differ in signedness YSM_Commands.c:319: warning: pointer targets in assignment differ in signedness YSM_Commands.c:320: warning: pointer targets in assignment differ in signedness YSM_Commands.c:336: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Commands.c:336: warning: pointer targets in passing argument 1 of 'YSM_AddSlave' differ in signedness YSM_Setup.h:46: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c: In function 'YSM_Command_DELSLAVE': YSM_Commands.c:346: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_AUTH': YSM_Commands.c:400: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_MSG_ValidateDest': YSM_Commands.c:436: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:459: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_MSG_main': YSM_Commands.c:491: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:510: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:513: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c:546: warning: pointer targets in initialization differ in signedness YSM_Commands.c:555: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c:561: warning: pointer targets in assignment differ in signedness YSM_Commands.c:581: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:604: warning: pointer targets in passing argument 2 of 'YSM_SendMessage' differ in signedness YSM_Prompt.h:51: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:606: warning: pointer targets in passing argument 2 of 'YSM_SendMessage' differ in signedness YSM_Prompt.h:51: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_CHAT': YSM_Commands.c:683: warning: pointer targets in assignment differ in signedness YSM_Commands.c:686: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type '__int8_t *' YSM_Commands.c:705: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Commands.c:714: warning: pointer targets in assignment differ in signedness YSM_Commands.c:720: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Commands.c:727: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Commands.c:727: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Commands.c: In function 'YSM_Command_STATUS': YSM_Commands.c:742: warning: pointer targets in passing argument 2 of 'YSM_WriteStatus' differ in signedness YSM_ToolBox.h:74: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:747: warning: pointer targets in passing argument 1 of 'YSM_LookupStatus' differ in signedness YSM_ToolBox.h:72: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:754: warning: pointer targets in passing argument 2 of 'YSM_WriteStatus' differ in signedness YSM_ToolBox.h:74: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_LASTSENT': YSM_Commands.c:769: warning: pointer targets in initialization differ in signedness YSM_Commands.c:779: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c:787: warning: pointer targets in assignment differ in signedness YSM_Commands.c:799: warning: pointer targets in passing argument 2 of 'YSM_SendMessage' differ in signedness YSM_Prompt.h:51: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:811: warning: pointer targets in passing argument 2 of 'YSM_SendMessage' differ in signedness YSM_Prompt.h:51: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_REPLY': YSM_Commands.c:829: warning: pointer targets in initialization differ in signedness YSM_Commands.c:839: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c:848: warning: pointer targets in assignment differ in signedness YSM_Commands.c:863: warning: pointer targets in passing argument 2 of 'YSM_SendMessage' differ in signedness YSM_Prompt.h:51: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:879: warning: pointer targets in passing argument 2 of 'YSM_SendMessage' differ in signedness YSM_Prompt.h:51: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_WHOIS': YSM_Commands.c:896: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:903: warning: pointer targets in passing argument 2 of 'YSM_WriteFingerPrint' differ in signedness YSM_ToolBox.h:73: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c: In function 'YSM_Command_SLAVESON': YSM_Commands.c:974: warning: pointer targets in passing argument 2 of 'YSM_PrintOrganizedSlaves' differ in signedness YSM_Slaves.h:32: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_LOGALL': YSM_Commands.c:1042: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_AFK': YSM_Commands.c:1076: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Commands.c: In function 'YSM_Command_SAVE': YSM_Commands.c:1135: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_REQ': YSM_Commands.c:1153: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:1176: warning: pointer targets in passing argument 2 of 'YSM_BuddyAddItem' differ in signedness YSM_Network.h:425: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_RENAME': YSM_Commands.c:1199: warning: pointer targets in assignment differ in signedness YSM_Commands.c:1203: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type '__int8_t *' YSM_Commands.c:1212: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:1225: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Commands.c:1238: warning: pointer targets in passing argument 2 of 'YSM_UpdateSlave' differ in signedness YSM_Slaves.h:58: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c: In function 'YSM_Command_RTF': YSM_Commands.c:1326: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_IGNORE': YSM_Commands.c:1339: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_VISIBLE': YSM_Commands.c:1396: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_INVISIBLE': YSM_Commands.c:1445: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_ALERT': YSM_Commands.c:1493: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_HIST': YSM_Commands.c:1538: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_KEY': YSM_Commands.c:1581: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:1606: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c:1671: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Commands.c:1683: warning: pointer targets in passing argument 4 of 'makeKey' differ in signedness rijndael/rijndael-api-fst.h:94: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c:1691: warning: pointer targets in passing argument 4 of 'makeKey' differ in signedness rijndael/rijndael-api-fst.h:94: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c: In function 'YSM_Command_BURL': YSM_Commands.c:1757: warning: pointer targets in assignment differ in signedness YSM_Commands.c:1763: warning: pointer targets in assignment differ in signedness YSM_Commands.c: In function 'YSM_Command_RUN': YSM_Commands.c:1778: warning: pointer targets in assignment differ in signedness YSM_Commands.c: In function 'YSM_Command_FORWARD': YSM_Commands.c:1797: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_SEEN': YSM_Commands.c:1823: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_CONTACTS': YSM_Commands.c:1877: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:1891: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:1907: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Commands.c:1911: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Commands.c:1934: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Commands.c:1937: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Commands.c:1937: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Commands.c:1941: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Commands.c:1945: warning: pointer targets in passing argument 2 of 'YSM_SendContact' differ in signedness YSM_Network.h:230: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c:1945: warning: pointer targets in passing argument 3 of 'YSM_SendContact' differ in signedness YSM_Network.h:230: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c: In function 'YSM_Command_URL': YSM_Commands.c:1962: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:1969: warning: pointer targets in assignment differ in signedness YSM_Commands.c:1973: warning: pointer targets in assignment differ in signedness YSM_Commands.c:1977: warning: pointer targets in assignment differ in signedness YSM_Commands.c:1980: warning: pointer targets in passing argument 2 of 'YSM_SendUrl' differ in signedness YSM_Network.h:238: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_FILECANCEL': YSM_Commands.c:1990: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_FILEACCEPT': YSM_Commands.c:2073: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:2084: warning: pointer targets in passing argument 2 of 'YSM_DC_FileB' differ in signedness YSM_Direct.h:109: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c: In function 'YSM_Command_FILEDECLINE': YSM_Commands.c:2097: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:2107: warning: pointer targets in passing argument 2 of 'YSM_DC_FileDecline' differ in signedness YSM_Direct.h:114: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_SEND': YSM_Commands.c:2122: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c:2138: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Commands.c:2158: warning: pointer targets in assignment differ in signedness YSM_Commands.c:2164: warning: pointer targets in assignment differ in signedness YSM_Commands.c:2174: warning: pointer targets in assignment differ in signedness YSM_Commands.c:2179: warning: pointer targets in assignment differ in signedness YSM_Commands.c:2183: warning: pointer targets in passing argument 2 of 'YSM_DC_File' differ in signedness YSM_Direct.h:116: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2183: warning: pointer targets in passing argument 3 of 'YSM_DC_File' differ in signedness YSM_Direct.h:116: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_OPENDC': YSM_Commands.c:2202: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_CLOSEDC': YSM_Commands.c:2243: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Command_SLAVESALL': YSM_Commands.c:2270: warning: pointer targets in passing argument 2 of 'YSM_PrintOrganizedSlaves' differ in signedness YSM_Slaves.h:32: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c: In function 'YSM_Init_Commands': YSM_Commands.c:2296: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2296: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2296: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2304: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2304: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2304: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2313: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2313: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2313: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2321: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2321: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2329: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2329: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2337: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2337: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2344: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2344: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2352: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2352: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2360: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2360: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2360: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2367: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2367: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2374: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2374: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2381: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2381: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2389: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2389: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2389: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2397: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2397: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2405: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2405: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2413: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2413: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2413: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2420: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2420: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2420: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2427: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2427: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2427: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2435: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2435: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2435: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2443: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2443: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2443: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2451: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2451: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2451: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2459: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2459: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2459: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2467: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2467: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2467: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2475: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2475: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2475: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2482: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2482: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2482: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2489: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2489: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2489: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2497: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2497: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2497: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2504: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2504: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2511: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2511: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2519: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2519: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2527: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2527: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2535: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2535: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2543: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2543: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2543: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2551: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2551: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2551: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2559: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2559: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2559: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2567: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2567: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2567: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2575: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2575: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2583: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2583: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2610: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2610: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2618: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2618: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2626: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2626: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2626: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2634: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2634: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2643: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2643: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2650: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2650: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2658: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2658: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2666: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2666: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2673: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2673: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2673: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2680: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2680: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2687: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2687: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2696: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2696: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2704: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2704: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2712: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2712: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2720: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2720: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2729: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2729: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2736: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2736: warning: pointer targets in passing argument 2 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2736: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2744: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2744: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2751: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2751: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2758: warning: pointer targets in passing argument 1 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' YSM_Commands.c:2758: warning: pointer targets in passing argument 3 of 'YSM_AddCommandtoList' differ in signedness YSM_Commands.h:166: note: expected '__int8_t *' but argument is of type 'char *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Prompt.c -o YSM_Prompt.o In file included from /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/readline.h:37, from YSM_Prompt.c:49: /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/rltypedefs.h:34: warning: function declaration isn't a prototype /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/rltypedefs.h:35: warning: function declaration isn't a prototype /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/rltypedefs.h:36: warning: function declaration isn't a prototype /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/rltypedefs.h:37: warning: function declaration isn't a prototype In file included from YSM_Prompt.c:49: /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/readline.h:382: warning: function declaration isn't a prototype YSM_Prompt.c: In function 'YSM_ConsoleGetPrompt': YSM_Prompt.c:127: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:137: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:146: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_SendMessage': YSM_Prompt.c:260: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:303: warning: pointer targets in passing argument 1 of 'strftime' differ in signedness /usr/include/time.h:110: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:352: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:353: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:355: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_PasswdCheck': YSM_Prompt.c:369: warning: pointer targets in passing argument 1 of 'YSM_getpass' differ in signedness YSM_Win32.h:74: note: expected '__int8_t *' but argument is of type 'char *' YSM_Prompt.c:375: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_ConsoleIsHotKey': YSM_Prompt.c:451: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_ConsoleTabHook': YSM_Prompt.c:511: warning: pointer targets in assignment differ in signedness YSM_Prompt.c: In function 'YSM_ConsoleReadInit': YSM_Prompt.c:592: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:594: warning: pointer targets in passing argument 1 of 'rl_read_init_file' differ in signedness /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/readline.h:335: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_ConsoleRead': YSM_Prompt.c:618: warning: pointer targets in passing argument 1 of 'readline' differ in signedness /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/readline.h:285: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:618: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:622: warning: pointer targets in passing argument 1 of 'add_history' differ in signedness /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/history.h:84: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:654: warning: pointer targets in passing argument 1 of 'YSM_DoCommand' differ in signedness YSM_Prompt.h:61: note: expected 'char *' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_ParseCommand': YSM_Prompt.c:672: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:676: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:683: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:694: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:703: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:723: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_DoCommand': YSM_Prompt.c:752: warning: pointer targets in passing argument 1 of 'YSM_ParseCommand' differ in signedness YSM_Prompt.c:665: note: expected '__int8_t *' but argument is of type 'char *' YSM_Prompt.c:760: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:760: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:765: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:765: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_DoChatCommand': YSM_Prompt.c:813: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:813: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_ReadLongMessage': YSM_Prompt.c:874: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:887: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:931: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:987: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:987: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness /usr/include/string.h:62: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:987: warning: pointer targets in passing argument 2 of 'strncat' differ in signedness /usr/include/string.h:62: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:991: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:991: warning: pointer targets in passing argument 1 of 'strncat' differ in signedness /usr/include/string.h:62: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_PreIncoming': YSM_Prompt.c:1084: warning: pointer targets in passing argument 1 of 'YSM_ParseMessageData' differ in signedness YSM_Prompt.h:77: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Prompt.c:1087: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1093: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:1093: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'const char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_PostIncoming': YSM_Prompt.c:1184: warning: pointer targets in passing argument 1 of 'YSM_GenerateLogEntry' differ in signedness YSM_ToolBox.h:88: note: expected '__int8_t *' but argument is of type 'char *' YSM_Prompt.c:1184: warning: pointer targets in passing argument 4 of 'YSM_GenerateLogEntry' differ in signedness YSM_ToolBox.h:88: note: expected '__int8_t *' but argument is of type 'char *' YSM_Prompt.c:1248: warning: pointer targets in passing argument 3 of 'YSM_Event' differ in signedness YSM_ToolBox.h:60: note: expected '__int8_t *' but argument is of type 'char *' YSM_Prompt.c:1248: warning: pointer targets in passing argument 5 of 'YSM_Event' differ in signedness YSM_ToolBox.h:60: note: expected '__int8_t *' but argument is of type 'char *' YSM_Prompt.c: In function 'YSM_PreOutgoing': YSM_Prompt.c:1269: warning: pointer targets in passing argument 1 of 'YSM_GenerateLogEntry' differ in signedness YSM_ToolBox.h:88: note: expected '__int8_t *' but argument is of type 'char *' YSM_Prompt.c:1278: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_DisplayMsg': YSM_Prompt.c:1315: warning: pointer targets in passing argument 2 of 'YSM_WriteStatus' differ in signedness YSM_ToolBox.h:74: note: expected '__int8_t *' but argument is of type 'char *' YSM_Prompt.c:1318: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:1320: warning: pointer targets in passing argument 2 of 'YSM_QuerySlaves' differ in signedness YSM_Setup.h:41: note: expected 'unsigned char *' but argument is of type '__int8_t *' YSM_Prompt.c:1368: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1376: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1376: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:1401: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1416: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1426: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness /usr/include/string.h:69: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:1434: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1438: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:1441: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:1448: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/string.h:64: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:1479: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness /usr/include/string.h:69: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:1483: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:118: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1531: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Prompt.c:1544: warning: pointer targets in passing argument 5 of 'YSM_PostIncoming' differ in signedness YSM_Prompt.c:1161: note: expected 'char *' but argument is of type '__int8_t *' YSM_Prompt.c:1544: warning: pointer targets in passing argument 6 of 'YSM_PostIncoming' differ in signedness YSM_Prompt.c:1161: note: expected 'char *' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_ConsoleTabCommand': YSM_Prompt.c:1584: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1591: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1595: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_ConsoleTabSlave': YSM_Prompt.c:1672: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1672: warning: pointer targets in passing argument 2 of 'strncasecmp' differ in signedness /usr/include/strings.h:64: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1687: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness /usr/include/strings.h:63: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1723: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:1727: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1746: warning: pointer targets in passing argument 1 of 'rl_insert_text' differ in signedness /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/readline.h:396: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c: In function 'YSM_ConsoleTab': YSM_Prompt.c:1792: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness /usr/include/string.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1792: warning: pointer targets in assignment differ in signedness YSM_Prompt.c:1807: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Prompt.c:1815: warning: pointer targets in passing argument 1 of 'rl_insert_text' differ in signedness /usr/pkgsrc/work/chat/ysm/work/.buildlink/include/readline/readline.h:396: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Prompt.c:1822: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Wrappers.c -o YSM_Wrappers.o YSM_Wrappers.c: In function 'YSM_Reconnect': YSM_Wrappers.c:98: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_ToolBox.h:70: note: expected '__int8_t *' but argument is of type 'char *' YSM_Wrappers.c: In function 'YSM_Exit': YSM_Wrappers.c:303: warning: pointer targets in passing argument 3 of 'YSM_Event' differ in signedness YSM_ToolBox.h:60: note: expected '__int8_t *' but argument is of type 'char *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Crypt.c -o YSM_Crypt.o YSM_Crypt.c: In function 'YSM_EncryptData': YSM_Crypt.c:61: warning: pointer targets in passing argument 3 of 'padEncrypt' differ in signedness rijndael/rijndael-api-fst.h:101: note: expected 'RBYTE *' but argument is of type 'char *' YSM_Crypt.c:61: warning: pointer targets in passing argument 5 of 'padEncrypt' differ in signedness rijndael/rijndael-api-fst.h:101: note: expected 'RBYTE *' but argument is of type 'char *' YSM_Crypt.c: In function 'YSM_DecryptData': YSM_Crypt.c:98: warning: pointer targets in passing argument 3 of 'padDecrypt' differ in signedness rijndael/rijndael-api-fst.h:107: note: expected 'RBYTE *' but argument is of type 'char *' YSM_Crypt.c:98: warning: pointer targets in passing argument 5 of 'padDecrypt' differ in signedness rijndael/rijndael-api-fst.h:107: note: expected 'RBYTE *' but argument is of type 'char *' YSM_Crypt.c: In function 'YSM_EncryptAnyData': YSM_Crypt.c:124: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Crypt.c:146: warning: pointer targets in passing argument 1 of 'YSM_EncryptData' differ in signedness YSM_Crypt.c:38: note: expected 'char *' but argument is of type '__int8_t *' YSM_Crypt.c: In function 'YSM_DecryptMessage': YSM_Crypt.c:193: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Crypt.c:212: warning: pointer targets in passing argument 1 of 'YSM_DecryptData' differ in signedness YSM_Crypt.c:67: note: expected 'char *' but argument is of type '__int8_t *' YSM_Crypt.c: In function 'YSM_DecryptFileData': YSM_Crypt.c:265: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Crypt.c:282: warning: pointer targets in passing argument 1 of 'YSM_DecryptData' differ in signedness YSM_Crypt.c:67: note: expected 'char *' but argument is of type '__int8_t *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_Direct.c -o YSM_Direct.o YSM_Direct.c: In function 'YSM_DC_Wait4Client': YSM_Direct.c:182: warning: pointer targets in passing argument 2 of 'YSM_DC_ReadPacket' differ in signedness YSM_Direct.h:57: note: expected 'char *' but argument is of type '__int8_t *' YSM_Direct.c:222: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:223: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:224: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_ReadPacket': YSM_Direct.c:341: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Direct.c: In function 'YSM_DC_InitA': YSM_Direct.c:401: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Direct.c:409: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Direct.c:412: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Direct.c:415: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Direct.c:417: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Direct.c:426: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Direct.c: In function 'YSM_OpenDC': YSM_Direct.c:592: warning: pointer targets in passing argument 1 of 'YSM_Connect' differ in signedness YSM_Network.h:435: note: expected '__int8_t *' but argument is of type 'char *' YSM_Direct.c: In function 'YSM_DC_IncomingMessageGREET': YSM_Direct.c:692: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:701: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:709: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:738: warning: pointer targets in passing argument 7 of 'YSM_DisplayMsg' differ in signedness YSM_Prompt.h:68: note: expected '__int8_t *' but argument is of type 'char *' YSM_Direct.c:779: warning: pointer targets in passing argument 7 of 'YSM_DisplayMsg' differ in signedness YSM_Prompt.h:68: note: expected '__int8_t *' but argument is of type 'char *' YSM_Direct.c: In function 'YSM_DC_IncomingMessageFILE': YSM_Direct.c:837: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:847: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_IncomingMessage': YSM_Direct.c:887: warning: pointer targets in passing argument 1 of 'YSM_DecryptDCPacket' differ in signedness YSM_Direct.h:47: note: expected 'unsigned char *' but argument is of type '__int8_t *' YSM_Direct.c:895: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:931: warning: pointer targets in passing argument 3 of 'YSM_ReceiveMessageType2Common' differ in signedness YSM_Network.h:205: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_CommonResponse': YSM_Direct.c:946: warning: pointer targets in passing argument 2 of 'YSM_DC_ReadPacket' differ in signedness YSM_Direct.c:323: note: expected 'char *' but argument is of type 'u_int8_t *' YSM_Direct.c: In function 'YSM_DC_CommonResponseFile': YSM_Direct.c:1029: warning: pointer targets in passing argument 3 of 'YSM_DC_FileInitAck' differ in signedness YSM_Direct.h:122: note: expected '__int8_t *' but argument is of type 'u_int8_t *' YSM_Direct.c:1053: warning: pointer targets in passing argument 3 of 'YSM_DC_FileStartAck' differ in signedness YSM_Direct.h:127: note: expected '__int8_t *' but argument is of type 'u_int8_t *' YSM_Direct.c:1074: warning: pointer targets in passing argument 2 of 'YSM_DC_FileTransfer' differ in signedness YSM_Direct.h:133: note: expected '__int8_t *' but argument is of type 'u_int8_t *' YSM_Direct.c:1089: warning: pointer targets in passing argument 2 of 'YSM_DC_FileReceive' differ in signedness YSM_Direct.h:135: note: expected '__int8_t *' but argument is of type 'u_int8_t *' YSM_Direct.c: In function 'YSM_DC_CommonResponseNeg': YSM_Direct.c:1157: warning: pointer targets in passing argument 2 of 'YSM_DC_ReceiveInitA' differ in signedness YSM_Direct.c:440: note: expected '__int8_t *' but argument is of type 'u_int8_t *' YSM_Direct.c:1186: warning: pointer targets in passing argument 2 of 'YSM_DC_ReceiveInitC' differ in signedness YSM_Direct.c:509: note: expected '__int8_t *' but argument is of type 'u_int8_t *' YSM_Direct.c: In function 'YSM_DC_CommonResponseMisc': YSM_Direct.c:1242: warning: pointer targets in passing argument 2 of 'YSM_DC_IncomingMessage' differ in signedness YSM_Direct.c:872: note: expected '__int8_t *' but argument is of type 'u_int8_t *' YSM_Direct.c: In function 'YSM_DC_MessageBase': YSM_Direct.c:1422: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Direct.c:1432: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Direct.c:1435: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type 'char *' YSM_Direct.c:1455: warning: pointer targets in passing argument 1 of 'YSM_EncryptDCPacket' differ in signedness YSM_Direct.c:1270: note: expected 'unsigned char *' but argument is of type 'char *' YSM_Direct.c: In function 'YSM_DC_MessageGreet': YSM_Direct.c:1593: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:1606: warning: pointer targets in assignment differ in signedness YSM_Direct.c: In function 'YSM_DC_IncomingFile': YSM_Direct.c:1710: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:1727: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:1853: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileTOutgoing': YSM_Direct.c:2022: warning: pointer targets in passing argument 1 of 'YSM_Connect' differ in signedness YSM_Network.h:435: note: expected '__int8_t *' but argument is of type 'char *' YSM_Direct.c: In function 'YSM_DC_FileDecline': YSM_Direct.c:2126: warning: pointer targets in passing argument 4 of 'YSM_DC_MessageGreet' differ in signedness YSM_Direct.c:1465: note: expected 'char *' but argument is of type '__int8_t *' YSM_Direct.c:2132: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileB': YSM_Direct.c:2266: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileA': YSM_Direct.c:2304: warning: pointer targets in passing argument 5 of 'YSM_DC_MessageGreet' differ in signedness YSM_Direct.c:1465: note: expected 'char *' but argument is of type '__int8_t *' YSM_Direct.c:2310: warning: pointer targets in passing argument 1 of 'YSM_KeyEmpty' differ in signedness YSM_Crypt.h:55: note: expected 'char *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileParseFilename': YSM_Direct.c:2346: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness /usr/include/string.h:66: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2346: warning: pointer targets in assignment differ in signedness YSM_Direct.c:2352: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_File': YSM_Direct.c:2373: warning: pointer targets in passing argument 1 of 'stat' differ in signedness /usr/include/sys/stat.h:274: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2378: warning: pointer targets in assignment differ in signedness YSM_Direct.c:2381: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2393: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2399: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2401: warning: pointer targets in passing argument 2 of 'YSM_DC_FileA' differ in signedness YSM_Direct.c:2291: note: expected 'char *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileInit': YSM_Direct.c:2436: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:2439: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:2445: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileInitAck': YSM_Direct.c:2472: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:2474: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:2476: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:2508: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileStart': YSM_Direct.c:2538: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2551: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2560: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2565: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2566: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2571: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:2575: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileStartAck': YSM_Direct.c:2600: warning: pointer targets in passing argument 1 of 'Chars_2_Word' differ in signedness YSM_ToolBox.h:101: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:2613: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:2616: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:2647: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c:2651: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileStop': YSM_Direct.c:2681: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileSpeed': YSM_Direct.c:2712: warning: pointer targets in passing argument 1 of 'DW_2_Chars' differ in signedness YSM_ToolBox.h:103: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileSpeedAck': YSM_Direct.c:2735: warning: pointer targets in passing argument 1 of 'Chars_2_DW' differ in signedness YSM_ToolBox.h:99: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileData': YSM_Direct.c:2757: warning: pointer targets in passing argument 1 of 'Word_2_Chars' differ in signedness YSM_ToolBox.h:105: note: expected 'u_int8_t *' but argument is of type '__int8_t *' YSM_Direct.c: In function 'YSM_DC_FileReceiveOpenHandle': YSM_Direct.c:2913: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2921: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Direct.c:2925: warning: pointer targets in passing argument 1 of 'stat' differ in signedness /usr/include/sys/stat.h:274: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2931: warning: pointer targets in passing argument 1 of 'mkdir' differ in signedness /usr/include/sys/stat.h:271: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2940: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2941: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2942: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2943: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness /usr/include/string.h:68: note: expected 'const char *' but argument is of type '__int8_t *' YSM_Direct.c:2954: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdio.h:360: note: expected 'char * __restrict__' but argument is of type '__int8_t *' YSM_Direct.c:2958: warning: pointer targets in passing argument 1 of 'YSM_fopen' differ in signedness YSM_Wrappers.h:55: note: expected 'const char *' but argument is of type '__int8_t *' gcc -W -Wall -Wno-unused -Wbad-function-cast -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wno-error -march=i586 -I/usr/pkg/include -I/usr/include -I. -Irijndael -I/usr/pkg/include -I/usr/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DYSM_WITH_THREADS=1 -DVI_MODE=1 -DHAVE_LIBREADLINE=1 -DHAVE_READLINE_READLINE_H=1 -DHAVE_READLINE_HISTORY=1 -DHAVE_READLINE_HISTORY_H=1 -DYSM_USE_CHARCONV=1 -DHAVE_SETENV=1 -DSTDC_HEADERS=1 -c YSM_FishGUI.c -o YSM_FishGUI.o YSM_FishGUI.c: In function 'myxdr_write_ansi_string': YSM_FishGUI.c:198: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_FishGUI.c: In function 'myxdr_write_contactstatus': YSM_FishGUI.c:246: warning: pointer targets in passing argument 1 of 'myxdr_write_ansi_string' differ in signedness YSM_FishGUI.c:196: note: expected '__int8_t *' but argument is of type 'char *' YSM_FishGUI.c:248: warning: pointer targets in passing argument 1 of 'myxdr_write_ansi_string' differ in signedness YSM_FishGUI.c:196: note: expected '__int8_t *' but argument is of type 'char *' YSM_FishGUI.c: In function 'FishGUI_event': YSM_FishGUI.c:271: warning: pointer targets in passing argument 4 of 'FishGUI_send_charsetmessage' differ in signedness YSM_FishGUI.c:65: note: expected '__int8_t *' but argument is of type 'char *' YSM_FishGUI.c:275: warning: pointer targets in passing argument 4 of 'FishGUI_send_charsetmessage' differ in signedness YSM_FishGUI.c:65: note: expected '__int8_t *' but argument is of type 'char *' YSM_FishGUI.c:277: warning: pointer targets in passing argument 4 of 'FishGUI_send_charsetmessage' differ in signedness YSM_FishGUI.c:65: note: expected '__int8_t *' but argument is of type 'char *' YSM_FishGUI.c: In function 'FishGUI_send_charsetmessage': YSM_FishGUI.c:340: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:61: note: expected 'const char *' but argument is of type '__int8_t *' YSM_FishGUI.c: In function 'FishGUI_init': YSM_FishGUI.c:399: error: 'struct sockaddr_in' has no member named 'sin_zero' YSM_FishGUI.c:400: error: 'struct sockaddr_in' has no member named 'sin_zero' YSM_FishGUI.c: In function 'FishGUI_readcmd': YSM_FishGUI.c:458: warning: pointer targets in passing argument 1 of 'YSM_DoCommand' differ in signedness YSM_Prompt.h:61: note: expected 'char *' but argument is of type '__int8_t *' *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/chat/ysm/work/ysmv7_2_9_9_1/src all done => Unwrapping files-to-be-installed.