mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:23:18 +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:
parent
336bd01387
commit
aa42ebb18f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue