Re: [squid-users] Error: comparison between signed and unsigned int

2008-05-28 Thread Steve Bertrand
I managed to get around the problem and complete the make and install by adding the following to the configure line: CFLAGS="-Wno-sign-compare" CXXFLAGS="-Wno-sign-compare" Thats not a great idea. There are times when the signed/unsigned difference really matters. I figured that, but this is

Re: [squid-users] Error: comparison between signed and unsigned int

2008-05-27 Thread Amos Jeffries
> Thanks to all who helped resolve the 2358 bug, but I ran into another > snag, although was able to correct it. > > pearl# uname -a > FreeBSD pearl.ibctech.ca 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Fri Feb 29 > 11:53:16 EST 2008 > > cc1plus: warnings being treated as errors > main.cc: In function 'in

Re: [squid-users] Error: comparison between signed and unsigned int

2008-05-27 Thread Henrik Nordstrom
can you file a new bug report on this one.. tis 2008-05-27 klockan 12:06 -0400 skrev Steve Bertrand: > Thanks to all who helped resolve the 2358 bug, but I ran into another > snag, although was able to correct it. > > pearl# uname -a > FreeBSD pearl.ibctech.ca 7.0-RELEASE FreeBSD 7.0-RELEASE #0: