Skip to content

Commit

Permalink
Fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Trond Norbye authored and dustin committed Nov 4, 2009
1 parent 2486932 commit 8c0a108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cache.c
Expand Up @@ -49,8 +49,9 @@ static inline void* get_object(void *ptr) {
#ifndef NDEBUG
uint64_t *pre = ptr;
return pre + 1;
#endif
#else
return ptr;
#endif
}

void cache_destroy(cache_t *cache) {
Expand Down

0 comments on commit 8c0a108

Please sign in to comment.