mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed compiler warning
svn path=/trunk/; revision=1422
This commit is contained in:
parent
e7f86f45fb
commit
3f82e28a32
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
#define TRACE DPRINT
|
||||
#define WARN_ON(x) (1)
|
||||
|
||||
#undef assert
|
||||
#ifdef NDEBUG
|
||||
#define TRACE_ON(x) (0)
|
||||
#define assert(x)
|
||||
|
|
Loading…
Reference in a new issue