[Bug 783] __unused nit

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Jan 7 00:15:22 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=783

           Summary: __unused nit
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: PAM support
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: des at freebsd.org


auth-pam.c was originally taken from FreeBSD, which has an __unused macro which 
corresponds to GCC's __attribute__((__unused__)).  A blank definition of that 
macro was added to auth-pam.c to support platforms where it is not defined.  
This definition should be conditional on the non-existence of the macro, rather 
than unconditional.  As it stands, it causes a warning on platforms which do 
have an __unused macro.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list