| Summary: | Fix OPENSSH_CHECK_CFLAG_COMPILE warnings | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Gilles Espinasse <g.esp> | ||||
| Component: | Build system | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | minor | CC: | djm | ||||
| Priority: | P2 | ||||||
| Version: | 5.8p2 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1845 | ||||||
| Attachments: |
|
||||||
I'll fix this in the commit for 1901 close resolved bugs now that openssh-5.9 has been released |
Created attachment 2042 [details] 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.