Bug 9 - SGI compiler produces warnings
Summary: SGI compiler produces warnings
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: All IRIX
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-24 14:04 AEST by Tom Holroyd
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Holroyd 2001-10-24 14:04:37 AEST
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;
                ^
Comment 1 Kevin Steves 2001-11-11 07:09:54 AEDT
i am looking at these.
Comment 2 Kevin Steves 2001-11-18 06:14:32 AEDT
i have made enum/int type cleanups where it made sense to do so.
Comment 3 Damien Miller 2004-04-14 12:24:17 AEST
Mass change of RESOLVED bugs to CLOSED