mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[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:
@@ -277,7 +277,7 @@ route_output(m, so)
|
||||
#ifndef __REACTOS__
|
||||
ifp = ifa->ifa_ifp;
|
||||
#else
|
||||
;
|
||||
(void)0;
|
||||
#endif
|
||||
if (ifa) {
|
||||
register struct ifaddr *oifa = rt->rt_ifa;
|
||||
|
||||
Reference in New Issue
Block a user