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

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Darren Tucker <[email protected]> ---
OpenSSH has traditionally required only c89, and that (or at least the
drafts of it available online) says:

6.1.3.3 Enumeration constants
[...]
   An identifier declared as an enumeration constant has type int.

configure calls AC_PROG_CC which automatically calls AC_PROG_CC_C89, so
the compiler should be in c89 mode.

What is the compiler in question?  Does it do c89?

-- 
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

Reply via email to