Ethereal-dev: Re: [Ethereal-dev] Warnings from recent builds on Win32

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Lars Roland <lars.roland@xxxxxxx>
Date: Sun, 12 Dec 2004 19:02:15 +0100
Anders Broman schrieb:
packet-artnet.c

../..\plugins/Xplugin_api_decls.h(258) : warning C4030: first formal parameter list longer than the second list

../..\plugins/Xplugin_api_decls.h(258) : warning C4028: formal parameter 1 different from declaration

../..\plugins/Xplugin_api_decls.h(258) : warning C4028: formal parameter 2 different from declaration

../..\plugins/Xplugin_api_decls.h(258) : warning C4028: formal parameter 3 different from declaration

../..\plugins/Xplugin_api_decls.h(258) : warning C4028: formal parameter 4 different from declaration

../..\plugins/Xplugin_api_decls.h(258) : warning C4028: formal parameter 6 different from declaration

I have checked in a fix. The definiton of dissect_ber_integer has changed, but the declaration in the plugin api wasn't updated.

Regards,
Lars