]> err.no Git - varnish/commitdiff
Silence FlexeLint
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 30 Jan 2008 10:32:52 +0000 (10:32 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 30 Jan 2008 10:32:52 +0000 (10:32 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2412 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvarnish/vtmpfile.c

index 9bbd129867825f537829627d40ea32eb696ed652..0a7578d19a7ca8575fe9bff47cc1597359105bb5 100644 (file)
@@ -40,7 +40,8 @@ int
 vtmpfile(char *template)
 {
        char *b, *e, *p;
-       int fd, ran;
+       int fd;
+       char ran;
 
        for (b = template; *b != '#'; ++b)
                /* nothing */ ;