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