Opened 14 years ago
Closed 14 years ago
#225 closed defect (fixed)
Compile error with --with-kcheck=...
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.8.1 |
Component: | main | Version: | 2.8.0 |
Keywords: | Cc: |
Description
Option --with-kcheck=... doesn't work because of a bug in sh_kern.c
: a struct is passed by value instead by address to memset().
x_sh_kern.c:183: error: incompatible type for argument 1 of 'sl_memset'
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [303].