Fix gcc4 error about lvalue... this doesn't look clean anyway.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25698 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5bd8987ff0
commit
c61ea1148f
@ -609,7 +609,7 @@ device_control(void *cookie, uint32 msg, void *params, size_t size)
|
||||
}
|
||||
#else
|
||||
size = (*((size_t*)params));
|
||||
((size_t*)params)++;
|
||||
(*(size_t**)¶ms)++;
|
||||
#endif
|
||||
|
||||
// TODO: Reuse from some TXcompleted queue
|
||||
|
Loading…
Reference in New Issue
Block a user