Skip to content

Commit

Permalink
Fixed release build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Apr 6, 2012
1 parent 961b5fe commit 2f4ba90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/binarytree.h
Expand Up @@ -46,7 +46,7 @@ class BinaryTree
LEFT = 1
};

static inline void assertValidChildId(ChildId child)
static inline void assertValidChildId(ChildId DENG_DEBUG_ONLY(child))
{
assert(child == RIGHT || child == LEFT);
}
Expand Down

0 comments on commit 2f4ba90

Please sign in to comment.