Bill Meier
changed
bug 9280
What |
Removed |
Added |
Status |
IN_PROGRESS
|
INCOMPLETE
|
Comment # 7
on bug 9280
from Bill Meier
I've reverted the commit because one of our "buildbot" compilers is giving an
error message for a line which contains a multiple-level macro.
Specifically:
Compilation fails on (only the ?) OSX-10.6-x64 buildbot with error:
netscaler.c: In function 'nstrace_read_v30':
netscaler.c:1295: warning: implicit conversion shortens 64-bit value into a
32-bit value
Line 1295 is the following in nstrace_read_v30()
GENERATE_CASE_V30(&wth->phdr,30, 300);
(Presumably the actual problem is somewhere in the expansion of the
PACKET_DESCRIBE macro invoked by the GENERATE_CASE macro.
I personally don't have any means of generating a more detailed listing for
that system which would show the actual line of code causing the problem.
I'm hoping you'll be able to identify the issue (and solution) based upon your
knowledge of the code.
(I'll attach an updated netscaler.c patch (with the whitespace changes)).
You are receiving this mail because:
- You are watching all bug changes.