I’m not sure if these warnings have been seen by anyone yet, but I just noticed them after updating sources today and compiling.
libmaxminddb.lib(maxminddb.c.obj) : warning LNK4291: module may contain '__except'
(Structured Exception Handling) but was not compiled with /guard:ehcont; generating conservative metadata [C:\builds\wireshark\wireshark\build\mmdbresolve.vcxproj]
535libmaxminddb.lib(data-pool.c.obj)
: warning LNK4291: module may contain '__except' (Structured Exception Handling) but was not compiled with /guard:ehcont; generating conservative metadata [C:\builds\wireshark\wireshark\build\mmdbresolve.vcxproj]
minizip.lib(unzip.c.obj) : warning LNK4291: module may contain '__except' (Structured
Exception Handling) but was not compiled with /guard:ehcont; generating conservative metadata [C:\builds\wireshark\wireshark\build\wireshark.vcxproj]
3001minizip.lib(zip.c.obj)
: warning LNK4291: module may contain '__except' (Structured Exception Handling) but was not compiled with /guard:ehcont; generating conservative metadata [C:\builds\wireshark\wireshark\build\wireshark.vcxproj]
3002qtmain.lib(qtmain_win.obj)
: warning LNK4291: module may contain '__except' (Structured Exception Handling) but was not compiled with /guard:ehcont; generating conservative metadata [C:\builds\wireshark\wireshark\build\wireshark.vcxproj]
- Chris
I'd be interested to know if you see link errors on subsequent rebuilds as noted by Martin M and myself in emails discussions today.
--