:-)
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 3/29/07, Ulf Lamping <ulf.lamping@xxxxxx> wrote:
sahlberg@xxxxxxxxxxxxx wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21256
>
> User: sahlberg
> Date: 2007/03/29 12:26 AM
>
> Log:
> update winreg to the latest idl
>
> Directory: /trunk/epan/dissectors/
> Changes Path Action
> +221 -18 packet-dcerpc-winreg.c Modified
> +1 -0 packet-dcerpc-winreg.h Modified
>
> Directory: /trunk/epan/dissectors/pidl/
> Changes Path Action
> +26 -11 winreg.idl Modified
>
> _______________________________________________
> Wireshark-commits mailing list
> Wireshark-commits@xxxxxxxxxxxxx
> http://www.wireshark.org/mailman/listinfo/wireshark-commits
>
Hi Ronnie!
You've repeatedly breaking the Win32 buildbot by removing the
handcrafted #pragma warning(disable) I've added to fix warnings of the
generated files.
Unless we have implemented the "real fix" you've mentioned, namely
splitting the sources into "generated" and "normal" sources with
different CFLAGS, could you add the #pragma changes to the generated
files before checking them in?
We are currently working against each other ;-)
Regards, ULFL
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-dev