[Bug 2134] invalid prototype for get_last_login_time()

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Aug 2 08:24:03 EST 2013


https://bugzilla.mindrot.org/show_bug.cgi?id=2134

--- Comment #2 from Arthur Mesh <arthurmesh at gmail.com> ---
It was caught using GCC 4.2.1 (with some unknown to me patches), using
the
following set of -Ws:
-Wno-pointer-sign
-Wno-error=address
-W
-Wall
-Wcast-align
-Wchar-subscripts
-Wcomment
-Werror
-Wextra
-Wformat
-Wimplicit
-Winline
-Wmissing-declarations
-Wmissing-prototypes
-Wparentheses
-Wpointer-arith
-Wreturn-type
-Wshadow
-Wstrict-aliasing
-Wstrict-prototypes
-Wswitch
-Wtrigraphs
-Wuninitialized
-Wno-unused-parameter
-Wno-unused

I am not sure which, if any of these, are causing the warning.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list