Displaying 2 results from an estimated 2 matches for "sajinet".
Did you mean:
sabinet
2006 May 22
3
[Bug 1192] warning: comparison between signed and unsigned
...bin/cvsweb/src/usr.bin/ssh/scp.c.diff?r1=1.121&r2=1.122&
f=h
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: bitbucket at mindrot.org
ReportedBy: carenas at sajinet.com.pe
introduced as part of scp version 1.122 (OpenBSD 3.8/OpenSSH 4.2), and
which results in the following warning when compiled with
-Wsign-compare :
scp.c: In function `source':
scp.c:632: warning: comparison between signed and unsigned
scp.c:639: warning: comparison between signed and u...
2006 Apr 16
0
[PATCH] warning: comparison between signed and unsigned in function source@scp.c
Greetings,
Attached patch "fixes" the following warning while compiling with gcc 3.4.5,
openssh 4.3p2 in an AMD64 Linux system, which is triggered by the comparison
between off_t (signed long) and size_t (unsigned long) as shown :
scp.c: In function `source':
scp.c:632: warning: comparison between signed and unsigned
scp.c:639: warning: comparison between signed and unsigned
I am