On Wednesday 16 July 2003 10.02, Robert Collins wrote: > function `void accessLogCustom(AccessLogEntry *, customlog *)': > /home/robertc/source/squid/squid--HEAD--3.0/src/access_log.cc:796: > attempt to take address of bit-field structure member > `_logformat_token::quote'
Line numbers does not seem to match head, but I assume this is the switch statement on line 796 somehow wanting to take the address of the element in this compiler. I have removed the bitfield definition of the quote member. Hopefully GCC-2.95 will be happier now. Regards Henrik
