| Paste number 9356: | socklen_t on 10.3 |
| Pasted by: | dmacks |
| When: | 4 years, 1 week ago |
| Share: | Tweet this! | http://paste.lisp.org/+77W |
| Channel: | #fink |
| Paste contents: |
Macks-Factor ~ 124 % cat foo.c
#include <sys/types.h>
#include <sys/socket.h>
int main() {
socklen_t foo;
return(0);
}
Macks-Factor ~ 125 % gcc -Wall foo.c
foo.c: In function `main':
foo.c:5: warning: unused variable `foo'
This paste has no annotations.