Re: [Wireshark-dev] [Wireshark-commits] rev 21256: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dcerpc-winreg.c packet-dcerpc-winreg.h /trunk/epan/dissectors/pidl/: winreg.idl

2007-03-28 Thread ronnie sahlberg
:-) Well those files are not supposed to be manually edited/modified anyway. I can change PIDL to always emit #ifdef _MSC_VER #pragma warning(disable:4005) #pragma warning(disable:4013) #endif at the head of the file. Are there any other pramgas you want it to emit as well? On

Re: [Wireshark-dev] [Wireshark-commits] rev 21256: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dcerpc-winreg.c packet-dcerpc-winreg.h /trunk/epan/dissectors/pidl/: winreg.idl

2007-03-28 Thread Ulf Lamping
ronnie sahlberg wrote: :-) Well those files are not supposed to be manually edited/modified anyway. I know, I know, that's the reason of the header comment, but I couldn't find another way :-( I can change PIDL to always emit #ifdef _MSC_VER #pragma warning(disable:4005) #pragma