diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-07-26 08:27:50 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-07-26 08:27:50 +0000 |
commit | c373382c1edabd134c938e3c272ee40b5ee590b6 (patch) | |
tree | 934a209164285206461be81c86698d0c6172c83c /route.c | |
parent | Completely revamped the system for calling external programs and scripts: (diff) | |
download | openvpn-c373382c1edabd134c938e3c272ee40b5ee590b6.tar.xz |
Fixed compiler warnings in Windows build (MinGW).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3125 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'route.c')
-rw-r--r-- | route.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2041,7 +2041,7 @@ static void get_bypass_addresses (struct route_bypass *rb, const unsigned int flags) { struct gc_arena gc = gc_new (); - bool ret_bool = false; + /*bool ret_bool = false;*/ /* get full routing table */ const MIB_IPFORWARDTABLE *routes = get_windows_routing_table (&gc); |