cc-1185 cc: WARNING File = readconf.c, Line = 190 An enumerated type is mixed with another type. { NULL, 0 } ^ cc-1185 cc: WARNING File = auth.c, Line = 345 An enumerated type is mixed with another type. return host_status; ^ cc-1185 cc: WARNING File = servconf.c, Line = 320 An enumerated type is mixed with another type. { NULL, 0 } ^cc-1185 cc: WARNING File = ssh-keygen.c, Line = 551 An enumerated type is mixed with another type. fp = key_fingerprint(public, fptype, rep); ^ cc-1185 cc: WARNING File = ssh-keygen.c, Line = 551 An enumerated type is mixed with another type. fp = key_fingerprint(public, fptype, rep); ^ cc-1185 cc: WARNING File = ssh-keygen.c, Line = 608 An enumerated type is mixed with another type. fp = key_fingerprint(public, fptype, rep); ^ cc-1185 cc: WARNING File = ssh-keygen.c, Line = 608 An enumerated type is mixed with another type. fp = key_fingerprint(public, fptype, rep); ^ cc-1552 cc: WARNING File = ssh-keygen.c, Line = 841 The variable "download" is set but never used. int opt, type, fd, download = 0; ^ cc-1116 cc: WARNING File = ssh-keyscan.c, Line = 324 Non-void function "hostjump" (declared at line 320) should return a value. } ^ cc-1185 cc: WARNING File = ssh-keyscan.c, Line = 760 An enumerated type is mixed with another type. log_init("ssh-keyscan", log_level, SYSLOG_FACILITY_USER, 1); ^ cc-1185 cc: WARNING File = ssh-agent.c, Line = 642 An enumerated type is mixed with another type. sockets[i].type = type; ^ cc-1185 cc: WARNING File = ssh-agent.c, Line = 655 An enumerated type is mixed with another type. sockets[old_alloc].type = type; ^ cc-1185 cc: WARNING File = sftp.c, Line = 133 An enumerated type is mixed with another type. ll = SYSLOG_LEVEL_DEBUG1 + debug_level; ^ cc-1552 cc: WARNING File = sftp-client.c, Line = 532 The variable "a" is set but never used. Attrib *a; ^ cc-1552 cc: WARNING File = sftp-client.c, Line = 632 The variable "a" is set but never used. Attrib *a; ^
i am looking at these.
i have made enum/int type cleanups where it made sense to do so.
Mass change of RESOLVED bugs to CLOSED