I still see the same warnings, now on a different line.

pop_pass.c: In function `check_password':
pop_pass.c:1365: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
pop_pass.c:1365: warning: passing arg 1 of `__builtin_strcmp' makes pointer from integer without a cast
pop_pass.c:1365: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
pop_pass.c:1365: warning: passing arg 1 of `__builtin_strcmp' makes pointer from integer without a cast
pop_pass.c:1365: warning: passing arg 1 of `__builtin_strcmp' makes pointer from integer without a cast
pop_pass.c:1365: warning: passing arg 1 of `__builtin_strcmp' makes pointer from integer without a cast


Thanks,
Ken A


Randall Gellens wrote:
At 1:36 PM -0700 4/26/05, Ken A wrote:

pop_pass.c: In function `check_password':
pop_pass.c:210: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
pop_pass.c:210: warning: passing arg 1 of `__builtin_strcmp' makes pointer from integer without a cast
pop_pass.c:210: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
pop_pass.c:210: warning: passing arg 1 of `__builtin_strcmp' makes pointer from integer without a cast
pop_pass.c:210: warning: passing arg 1 of `__builtin_strcmp' makes pointer from integer without a cast
pop_pass.c:210: warning: passing arg 1 of `__builtin_strcmp' makes pointer from integer without a cast


 This does not happen with 4.0.6b3
 Anything to be concerned about?


I've been trying to figure this one out myself.

You might try with the enclosed patch against pop_pass.c.

Reply via email to