bugzilla-daemon at bugzilla.mindrot.org
2011-May-06 10:20 UTC
[Bug 1900] New: Fix OPENSSH_CHECK_CFLAG_COMPILE warnings
https://bugzilla.mindrot.org/show_bug.cgi?id=1900
Summary: Fix OPENSSH_CHECK_CFLAG_COMPILE warnings
Product: Portable OpenSSH
Version: 5.8p2
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: g.esp at free.fr
Created attachment 2042
--> https://bugzilla.mindrot.org/attachment.cgi?id=2042
fix warning from cvs configure.ac
Each time configure use OPENSSH_CHECK_CFLAG_COMPILE macro, those
warning are written in config.log
conftest.c:22: warning: return type of 'main' is not 'int'
conftest.c: In function 'main':
conftest.c:22: warning: 'return' with a value, in function returning
void
Changing the type of main() from void to int fix both warnings.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-May-20 00:35 UTC
[Bug 1900] Fix OPENSSH_CHECK_CFLAG_COMPILE warnings
https://bugzilla.mindrot.org/show_bug.cgi?id=1900
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Blocks| |1845
--- Comment #1 from Damien Miller <djm at mindrot.org> 2011-05-20 10:35:17
EST ---
I'll fix this in the commit for 1901
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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.
bugzilla-daemon at bugzilla.mindrot.org
2011-May-20 01:45 UTC
[Bug 1900] Fix OPENSSH_CHECK_CFLAG_COMPILE warnings
https://bugzilla.mindrot.org/show_bug.cgi?id=1900 --- Comment #2 from Damien Miller <djm at mindrot.org> 2011-05-20 11:45:45 EST --- fixed along with bug #1901 - thanks -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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.
bugzilla-daemon at bugzilla.mindrot.org
2011-May-20 01:46 UTC
[Bug 1900] Fix OPENSSH_CHECK_CFLAG_COMPILE warnings
https://bugzilla.mindrot.org/show_bug.cgi?id=1900
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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.
bugzilla-daemon at bugzilla.mindrot.org
2011-Sep-06 05:32 UTC
[Bug 1900] Fix OPENSSH_CHECK_CFLAG_COMPILE warnings
https://bugzilla.mindrot.org/show_bug.cgi?id=1900
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> 2011-09-06 15:32:51
EST ---
close resolved bugs now that openssh-5.9 has been released
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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.
Reasonably Related Threads
- [Bug 1845] New: Bugs intended to be fixed in 5.8
- [Bug 1901] New: Wrong configure result for -Wno-unused-result and gcc-4.4
- [Bug 1800] New: PermitUserEnvironment accepting pattern of allowed userenv variables
- [Bug 1929] New: ssh-keygen fails to build because PKCS11 is not available
- [Bug 1905] New: check_parent_exists() logic does not cover all cases