[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.

svn path=/trunk/; revision=47493
This commit is contained in:
Timo Kreuzer 2010-05-31 14:04:24 +00:00
parent 336bd01387
commit aa42ebb18f

View file

@ -277,7 +277,7 @@ route_output(m, so)
#ifndef __REACTOS__ #ifndef __REACTOS__
ifp = ifa->ifa_ifp; ifp = ifa->ifa_ifp;
#else #else
; (void)0;
#endif #endif
if (ifa) { if (ifa) {
register struct ifaddr *oifa = rt->rt_ifa; register struct ifaddr *oifa = rt->rt_ifa;