Ethereal-dev: [Ethereal-dev] New warnings in packet-multipart.c and packet-olsr.c

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

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Fri, 16 Jan 2004 22:49:46 +0100
Hi List!

Some newly introduced MSVC warnings:

packet-multipart.c
packet-multipart.c(309) : warning C4090: '=' : Unterschiedliche 'const'-Bezeichner packet-multipart.c(357) : warning C4090: '=' : Unterschiedliche 'const'-Bezeichner
packet-olsr.c
packet-olsr.c(166) : warning C4244: '=' : Konvertierung von 'double ' in 'float ', moeglicher Datenverlust packet-olsr.c(167) : warning C4244: 'function' : Konvertierung von 'float ' in 'unsigned int ', moeglicher Datenverlust packet-olsr.c(220) : warning C4244: '=' : Konvertierung von 'double ' in 'float ', moeglicher Datenverlust packet-olsr.c(221) : warning C4244: 'function' : Konvertierung von 'float ' in 'unsigned int ', moeglicher Datenverlust packet-olsr.c(363) : warning C4244: '=' : Konvertierung von 'double ' in 'float ', moeglicher Datenverlust packet-olsr.c(364) : warning C4244: 'function' : Konvertierung von 'float ' in 'unsigned int ', moeglicher Datenverlust packet-olsr.c(418) : warning C4244: '=' : Konvertierung von 'double ' in 'float ', moeglicher Datenverlust packet-olsr.c(419) : warning C4244: 'function' : Konvertierung von 'float ' in 'unsigned int ', moeglicher Datenverlust

Regards, ULFL