minor fix for warning of infinite loops
This commit is contained in:
parent
e106602f49
commit
4dd9325277
|
@ -222,7 +222,7 @@ namespace libtorrent {
|
||||||
};
|
};
|
||||||
#define TORRENT_INCREMENT(x) increment_guard inc_(x)
|
#define TORRENT_INCREMENT(x) increment_guard inc_(x)
|
||||||
#else
|
#else
|
||||||
#define TORRENT_INCREMENT(x) do {} while (false)
|
#define TORRENT_INCREMENT(x) do {} TORRENT_WHILE_0
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue