Re: [Wireshark-dev] GIOP plugin compilation warning

2007-03-28 Thread Graham Bloice
Ulf Lamping wrote: > Graham Bloice wrote: >> On MSVC 6.0 + PDSK, I had to remove the Wx from CFLAGS to allow >> compilation to proceed due to a warning emitted when compiling >> packet-parlay.c. >> >> The warning was that the number of lines exceed an internal limit >> (65536) and no more line numb

Re: [Wireshark-dev] GIOP plugin compilation warning

2007-03-28 Thread Ulf Lamping
Graham Bloice wrote: > On MSVC 6.0 + PDSK, I had to remove the Wx from CFLAGS to allow > compilation to proceed due to a warning emitted when compiling > packet-parlay.c. > > The warning was that the number of lines exceed an internal limit > (65536) and no more line number info would be issued. >

[Wireshark-dev] GIOP plugin compilation warning

2007-03-28 Thread Graham Bloice
On MSVC 6.0 + PDSK, I had to remove the Wx from CFLAGS to allow compilation to proceed due to a warning emitted when compiling packet-parlay.c. The warning was that the number of lines exceed an internal limit (65536) and no more line number info would be issued. The only fixes that I can see for