Author: tkreuzer Date: Mon May 31 16:04:24 2010 New Revision: 47493
URL: http://svn.reactos.org/svn/reactos?rev=47493&view=rev Log: [OSKITTCP] Improve the reactos-hack, by changing the ";" after an "if (...)" to "(void)0;" to tell the compiler that we intentionally do nothing in the if body.
Modified: trunk/reactos/lib/drivers/oskittcp/oskittcp/rtsock.c
Modified: trunk/reactos/lib/drivers/oskittcp/oskittcp/rtsock.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/drivers/oskittcp/oskitt... ============================================================================== --- trunk/reactos/lib/drivers/oskittcp/oskittcp/rtsock.c [iso-8859-1] (original) +++ trunk/reactos/lib/drivers/oskittcp/oskittcp/rtsock.c [iso-8859-1] Mon May 31 16:04:24 2010 @@ -277,7 +277,7 @@ #ifndef __REACTOS__ ifp = ifa->ifa_ifp; #else - ; + (void)0; #endif if (ifa) { register struct ifaddr *oifa = rt->rt_ifa;