From 672943fbef58c444913a6d378fbd532f9a0c8605 Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Fri, 10 Jan 2014 17:25:41 +0100 Subject: remove some 'unused variable' warnings Signed-off-by: Gert Doering Acked-by: David Sommerseth Acked-by: Arne Schwabe Message-Id: <1389371142-26705-1-git-send-email-gert@greenie.muc.de> URL: http://article.gmane.org/gmane.network.openvpn.devel/8197 --- src/openvpn/options.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/openvpn/options.c') diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 0803da7..9e21d5a 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -2425,7 +2425,9 @@ options_postprocess_mutate_ce (struct options *o, struct connection_entry *ce) static void options_postprocess_mutate_invariant (struct options *options) { +#ifdef WIN32 const int dev = dev_type_enum (options->dev, options->dev_type); +#endif /* * In forking TCP server mode, you don't need to ifconfig -- cgit