mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +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__
|
||||
ifp = ifa->ifa_ifp;
|
||||
#else
|
||||
;
|
||||
(void)0;
|
||||
#endif
|
||||
if (ifa) {
|
||||
register struct ifaddr *oifa = rt->rt_ifa;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue