diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-22 19:54:52 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-22 19:54:52 +0200 |
| commit | 31941d9f3b2a665317503166785a3eb6cef35a9c (patch) | |
| tree | c0740c7c14689593ff405d62f3111f9c326cc2d0 /src/base/item.c | |
| parent | f760a8c01827d97affff6acc0ec666b30e26395f (diff) | |
fix _all_ warnings // used macro UNUSET
Diffstat (limited to 'src/base/item.c')
| -rw-r--r-- | src/base/item.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/item.c b/src/base/item.c index b7299c5..8de0e37 100644 --- a/src/base/item.c +++ b/src/base/item.c @@ -280,6 +280,8 @@ static void action_itemevent(space_t * space, item_t * item, void *p) { my_time_t currentTime; + UNUSET(p); + currentTime = timer_get_current_time(); item->count++; |