Author: tkreuzer Date: Thu Jan 27 10:21:40 2011 New Revision: 50506
URL: http://svn.reactos.org/svn/reactos?rev=50506&view=rev Log: [CABMAN] Define DPRINT on release builds to something that does nothing. Fixes a warning about an empty controlled statement on MSVC.
Modified: branches/cmake-bringup/tools/cabman/cabinet.h
Modified: branches/cmake-bringup/tools/cabman/cabinet.h URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/tools/cabman/cabin... ============================================================================== --- branches/cmake-bringup/tools/cabman/cabinet.h [iso-8859-1] (original) +++ branches/cmake-bringup/tools/cabman/cabinet.h [iso-8859-1] Thu Jan 27 10:21:40 2011 @@ -80,7 +80,7 @@ #else /* DBG */
#undef DPRINT -#define DPRINT(_t_, _x_) +#define DPRINT(_t_, _x_) do { } while(0)
#undef ASSERT #define ASSERT(_x_)