Bugzilla – Attachment 75134 Details for
Bug 155003
AUDIT-0: novell-lum: eDirectory client support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
0_SCAN_2_stripped.splint
0_SCAN_2_stripped.splint (text/plain), 2.06 KB, created by
Thomas Biege
on 2006-03-27 13:29:04 UTC
(
hide
)
Description:
0_SCAN_2_stripped.splint
Filename:
MIME Type:
Creator:
Thomas Biege
Created:
2006-03-27 13:29:04 UTC
Size:
2.06 KB
patch
obsolete
>------------------------------------------------------------------------------------------ >[ FILE: novell-lum-2.2.0/namcdapi/namcdapi.c ] >novell-lum-2.2.0/namcdapi/namcdapi.c:28:6: > Test expression for if is assignment expression: > ret = lstat(fname, statbuf) > The condition test is an assignment expression. Probably, you mean to use == > instead of =. If an assignment is intended, add an extra parentheses nesting > (e.g., if ((a = b)) ...) to suppress this message. (Use -predassign to > inhibit warning) >novell-lum-2.2.0/namcdapi/namcdapi.c:28:6: > Test expression for if not boolean, type int: ret = lstat(fname, statbuf) > Test expression type is not boolean or int. (Use -predboolint to inhibit > warning) >------------------------------------------------------------------------------------------ >[ FILE: novell-lum-2.2.0/namcd/namcd.c ] >novell-lum-2.2.0/namcd/namcd.c:91:19: > No type before declaration name > (implicit int type): workreq_t : > static <any> > A variable declaration has no explicit type. The type is implicitly int. > (Use -imptype to inhibit warning) >------------------------------------------------------------------------------------------ >[ FILE: novell-lum-2.2.0/namcd/requests.c ] >novell-lum-2.2.0/namcd/requests.c:28:23: > No type before declaration name (implicit int type): worker_priv_t : > extern <any> > A variable declaration has no explicit type. The type is implicitly int. > (Use -imptype to inhibit warning) >------------------------------------------------------------------------------------------ >[ FILE: novell-lum-2.2.0/namcd/nss_ldap.c ] >------------------------------------------------------------------------------------------ >[ FILE: novell-lum-2.2.0/namcd/hash.c ] >novell-lum-2.2.0/namcd/hash.c:12:27: No type before declaration name (implicit > int type): uint32 : extern <any> > A variable declaration has no explicit type. The type is implicitly int. > (Use -imptype to inhibit warning)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 155003
:
74859
|
74920
| 75134 |
75596
|
76619