Skip to content

Commit

Permalink
Mark a debug function as unused when compiling in optimized mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Apr 28, 2011
1 parent bf62730 commit b1874c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fs/interface/fsrulesetit.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,9 @@ static dErr ValueCachePhysicalExtract(struct ValueCachePhysical *phys,dInt n,con
dFunctionReturn(0);
}

#if !defined dUSE_DEBUG
dUNUSED
#endif
static dErr ValueCachePhysicalReset(struct ValueCachePhysical *phys)
{
dErr err;
Expand Down

0 comments on commit b1874c2

Please sign in to comment.