Gitrev 7e9b65c6

Stats

2 Total
2 Error
0 Warning
0 Info
0 Note
1 Error 82 return ; illegal with void function
1 Error 144 Non-existent return value for Symbol '___', compare with ___

cache/cache_vrt_var.c

Pass 1

File cache/cache_vrt_var.c, Line 611
                                                                 _
VCL_VOID VRT_u_req_ttl(VRT_CTX) { return (VRT_u_req_max_age(ctx)); }
    Error 82: return <exp>; illegal with void function
    Error 144: Non-existent return value for Symbol 'VRT_u_req_max_age(const
    struct vrt_ctx *)', compare with line 603
File cache/cache_vrt_var.c, Line 603
    Info 830: Location cited in prior message

Wrapup