https://bugzilla.mindrot.org/show_bug.cgi?id=2134
--- Comment #2 from Arthur Mesh <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
