http://bugzilla.mindrot.org/show_bug.cgi?id=1033 Summary: Fix compile-time warnings Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: dtucker at zip.com.au There are some compile-time warnings that could be fixed on various platforms. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=1033 ------- Additional Comments From dtucker at zip.com.au 2005-05-07 16:16 ------- Created an attachment (id=902) --> (http://bugzilla.mindrot.org/attachment.cgi?id=902&action=view) silence warnings in auth-pam.c Fixes these warnings in auth-pam.c: warning: dereferencing type-punned pointer will break strict-aliasing rules warning: passing arg 3 of `pam_get_item' from incompatible pointer type The type-punned pointer fix is based on a patch from SuSE's rpm. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=1033 ------- Additional Comments From dtucker at zip.com.au 2005-05-07 16:23 ------- Created an attachment (id=903) --> (http://bugzilla.mindrot.org/attachment.cgi?id=903&action=view) fix warnings in getrrsetbyname.c on Linux Fixes these in getrrsetbyname.c, (since glibc has _getshort and _getlong functions, but doesn't define prototypes for them): warning: implicit declaration of function `_getshort' warning: implicit declaration of function `_getlong' ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.