Skip to content

Commit

Permalink
warning remove
Browse files Browse the repository at this point in the history
  • Loading branch information
krizsa committed Feb 11, 2011
1 parent 98f039a commit 65d5828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/debug.h
Expand Up @@ -94,6 +94,7 @@ inline void o3assert(const char* pred, const char* file, int line);

inline void log(const char* format, ...);

#ifdef O3_TRACE
struct O3Trace {
O3Trace(const char* fun, const char* file, int line)
{
Expand All @@ -105,7 +106,7 @@ struct O3Trace {
traceLeave();
}
};

#endif
}

#endif // O3_DEBUG_H

0 comments on commit 65d5828

Please sign in to comment.