Opened 15 years ago
Closed 15 years ago
#5183 closed bug (fixed)
[PATCH] vm: Fix warning treated as error (TRACE_VM)
Reported by: | andreasf | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | PowerPC |
Description
%d
expects an int
argument, but it's a team_id
.
Use %ld
instead, as done elsewhere.
Two undefined variable errors remain to be fixed to make TRACE_VM
work.
Attachments (2)
Change History (5)
by , 15 years ago
Attachment: | vm_warning.diff added |
---|
comment:2 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Thanks, here's a patch for the remaining errors.
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Ok, applied in hrev34862, thanks!
Note:
See TracTickets
for help on using tickets.
patch