Commit 9c8cdd11 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Silence a compiler warning that occurs with gcc 4.2.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1460 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 68e9a99c
......@@ -345,6 +345,7 @@ mgt_vcc_default(const char *b_arg, const char *f_arg, int C_flag)
csrc = VCC_CompileFile(sb, f_arg);
if (csrc != NULL)
fputs(csrc, stdout);
vf = NULL;
} else {
vf = mgt_VccCompileFile(sb, f_arg);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment