diff options
author | Martin Willi <martin@strongswan.org> | 2008-03-28 11:48:14 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-03-28 11:48:14 +0000 |
commit | dca40a94830f44e212f8a40a20f30a158610805e (patch) | |
tree | 7de4a5ad3939c69078cba6a3cc51b2c7bdcbc452 /src/pluto/fetch.c | |
parent | 7539b1d1aa7b04d595ce83af96b46ac11132a690 (diff) | |
download | strongswan-dca40a94830f44e212f8a40a20f30a158610805e.tar.bz2 strongswan-dca40a94830f44e212f8a40a20f30a158610805e.tar.xz |
fixed all pluto compiler warnings
Diffstat (limited to 'src/pluto/fetch.c')
-rw-r--r-- | src/pluto/fetch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluto/fetch.c b/src/pluto/fetch.c index 069ef2966..ac9ccc91c 100644 --- a/src/pluto/fetch.c +++ b/src/pluto/fetch.c @@ -825,7 +825,9 @@ fetch_thread(void *arg) void init_fetch(void) { +#if defined(LIBCURL) || defined (THREADS) int status; +#endif #ifdef LIBCURL /* init curl */ |