diff -r cf499fd51df7 -r aada48958b92 librazor/util.c --- a/librazor/util.c Sat Aug 23 16:07:09 2014 +0100 +++ b/librazor/util.c Mon Sep 08 10:26:39 2014 +0100 @@ -244,7 +244,10 @@ void environment_set(struct environment *env) { int i, count; - char *s, *t; + char *s; +#ifndef WIN32 + char *t; +#endif uint32_t *r; if (!env->is_set) {