fix compiler warnings

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@108 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2002-07-12 00:39:37 +00:00
parent e020762819
commit 7e38b69c49

@ -32,6 +32,9 @@
#define DEBUG 0
#endif
#undef TRACE
#undef ASSERT
#if DEBUG > 0
#define TRACE(a) debug_printf a
#define ASSERT(a) if (a) {} else TRACE(("ASSERT failed! file = %s, line = %d\n",__FILE__,__LINE__))