bugzilla-daemon at mindrot.org
2003-May-14 06:20 UTC
[Bug 565] gcc 3.2.3 compiler warnings for openssh-3.6.1p2 on Solaris 7
http://bugzilla.mindrot.org/show_bug.cgi?id=565
Summary: gcc 3.2.3 compiler warnings for openssh-3.6.1p2 on
Solaris 7
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: trivial
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: mdb at juniper.net
There are a number of compiler warnings remaining in OpenSSH
when compiled with gcc 3.2.3 under Solaris 7 on sparc sun4u hardware.
The following kinds of warnings were seen:
comparison of distinct pointer types lacks a cast
initialization from incompatible pointer type
int format, nlink_t arg (arg 5)
int format, pid_t arg (arg 4)
int format, uid_t arg (arg 2)
int format, uid_t arg (arg 3)
subscript has type char
unsigned int format, gid_t arg (arg 2)
unsigned int format, long unsigned int arg (arg 2)
unsigned int format, mode_t arg (arg 3)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-14 06:22 UTC
[Bug 565] gcc 3.2.3 compiler warnings for openssh-3.6.1p2 on Solaris 7
http://bugzilla.mindrot.org/show_bug.cgi?id=565 ------- Additional Comments From mdb at juniper.net 2003-05-14 16:22 ------- Created an attachment (id=293) --> (http://bugzilla.mindrot.org/attachment.cgi?id=293&action=view) gcc warnings messages issued while making openssh-3.6.1p2 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-16 06:11 UTC
[Bug 565] gcc 3.2.3 compiler warnings for openssh-3.6.1p2 on Solaris 7
http://bugzilla.mindrot.org/show_bug.cgi?id=565 ------- Additional Comments From djm at mindrot.org 2003-05-16 16:11 ------- Created an attachment (id=304) --> (http://bugzilla.mindrot.org/attachment.cgi?id=304&action=view) Fix a few of these A couple have been fixed in portable, the patch fixes a couple more. FYI - most of the warnings in cipher.c are OpenSSL compat goop. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [Bug 565] gcc 3.2.3 compiler warnings for openssh-3.6.1p2 on Solaris 7
- [Bug 565] gcc 3.2.3 compiler warnings for openssh-3.6.1p2 on Solaris 7
- types.h:52: error: conflicting types for ‘ ino_t’
- Xen kernel compilation fails - no such file or directory features.h (but its there)
- Possible memory leak in smbd?