On 03/08/18 00:06, joseph wrote:
> thank you for the long detail i use the latest source and squid 5
> i never use repo squid
> and i do know how to compile just if you dont want me to report issu then
> fine
> tks
>
The thing is I want the issue reported where the rest of the dev team
can also
thank you for the long detail i use the latest source and squid 5
i never use repo squid
and i do know how to compile just if you dont want me to report issu then
fine
tks
-
**
* Crash to the future
**
--
Sent from:
http://squid-we
On 02/08/18 09:49, joseph wrote:
> ya gcc 8 is paranoid strict every one know that i disable
> -Wno-maybe-uninitialized
> got more and more and now gcc8 is standard in debian so yadij know all
> about he start converting code hoop he will continue spetial the bad one
> pconn.cc: In member functio
ya gcc 8 is paranoid strict every one know that i disable
-Wno-maybe-uninitialized
got more and more and now gcc8 is standard in debian so yadij know all
about he start converting code hoop he will continue spetial the bad one
pconn.cc: In member function ‘void PconnPool::push(const
ConnectionP
On 08/01/2018 03:34 PM, joseph wrote:
> hi after i upgrade my debian i got gcc 8 and warnings being treated as
> errors
>
> cache_cf.cc: In function ‘void parse_time_t(time_t*)’:
> cache_cf.cc:2981:36: error: ‘tval’ may be used uninitialized in this
> function [-Werror=maybe-uninitialized
On Wednesday 01 August 2018 at 23:34:28, joseph wrote:
> hi after i upgrade my debian i got gcc 8
So, maybe this is a Debian or a GCC problem, rather than a Squid problem?
> and warnings being treated as errors
Have you tried compiling anything other than Squid to see whether the problem
is wi
hi after i upgrade my debian i got gcc 8 and warnings being treated as
errors
cache_cf.cc: In function ‘void parse_time_t(time_t*)’:
cache_cf.cc:2981:36: error: ‘tval’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]
*var = static_cast(tval/1000);