[ros-diffs] [hpoussin] 15596: Use C99 syntax instead of C89 syntax
because some compilers are not smart enough to detect and
remove dead code
hpoussin at svn.reactos.com
hpoussin at svn.reactos.com
Sat May 28 19:45:03 CEST 2005
Use C99 syntax instead of C89 syntax because some compilers are not
smart enough to detect and remove dead code
Modified: trunk/reactos/drivers/video/miniport/vbe/vbemp.h
_____
Modified: trunk/reactos/drivers/video/miniport/vbe/vbemp.h
--- trunk/reactos/drivers/video/miniport/vbe/vbemp.h 2005-05-28
17:35:08 UTC (rev 15595)
+++ trunk/reactos/drivers/video/miniport/vbe/vbemp.h 2005-05-28
17:45:01 UTC (rev 15596)
@@ -32,7 +32,7 @@
#include <ddk/ntapi.h>
#ifdef DBG
-#define DPRINT(arg) DbgPrint(arg)
+#define DPRINT(arg) DbgPrint arg;
#else
#define DPRINT(arg)
#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050528/257bd218/attachment.html
More information about the Ros-diffs
mailing list