search for: ptrmismatch1

Displaying 3 results from an estimated 3 matches for "ptrmismatch1".

Did you mean: ptrmismatch
2002 May 27
1
samba 2.2.4 bugs
...smbdes.c Compiling libsmb/smbencrypt.c cc: Warning: libsmb/smbencrypt.c, line 62: In this statement, the referenced type of the pointer value "passwd" is "const unsigned char", which is not compatible with "const char" because they differ by signed/unsigned attribute. (ptrmismatch1) len = strlen(passwd); ---------------------^ Compiling libsmb/smberr.c Compiling libsmb/credentials.c Compiling libsmb/pwd_cache.c Compiling libsmb/clioplock.c Compiling libsmb/errormap.c Compiling libsmb/doserr.c Compiling libsmb/passchange.c Compiling libsmb/unexpected.c Compiling rpc_pa...
2002 May 06
1
A make problem with Samba 2.2.4
...srv_netlog_nt.c cc: Warning: rpc_server/srv_netlog_nt.c, line 226: In this statement, the refere nced type of the pointer value "(char ...)p->dc.md4pw" is "char", which is not c ompatible with "const unsigned char" because they differ by signed/unsigned attr ibute. (ptrmismatch1) (char *)p->dc.md4pw, p->dc.sess_key); ---------------------------------^ Compiling rpc_server/srv_pipe_hnd.c Compiling rpc_server/srv_reg.c Compiling rpc_server/srv_reg_nt.c Compiling rpc_server/srv_samr.c Compiling rpc_server/srv_samr_nt.c Compiling rpc_serv...
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...h-rand-helper\" -DHAVE_CONFIG_H -c packet.c cc: Warning: packet.c, line 142: In this statement, the referenced type of the pointer value """" is "char", which is not compatible with "const unsigned char" because they differ by signed/unsigned attribute. (ptrmismatch1) cipher_init(&send_context, none, "", 0, NULL, 0, CIPHER_ENCRYPT); -----------------------------------------^ cc: Warning: packet.c, line 143: In this statement, the referenced type of the pointer value """" is "char", which is not compatible with...