Pete Batard
2012-Feb-14 14:03 UTC
[syslinux] [PATCH 1/3] lib: fix compilation warnings from MS's WDK
libfat and libinstaller compile fine using the Windows Driver Kit's compiler, except for a few warnings that are addressed with this patch. Regards, /Pete -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-lib-fix-compilation-warnings-from-MS-s-WDK.patch URL: <http://www.zytor.com/pipermail/syslinux/attachments/20120214/b7c007dd/attachment.ksh>
H. Peter Anvin
2012-Feb-15 01:09 UTC
[syslinux] [PATCH 1/3] lib: fix compilation warnings from MS's WDK
On 02/14/2012 06:03 AM, Pete Batard wrote:> libfat and libinstaller compile fine using the Windows Driver Kit's > compiler, except for a few warnings that are addressed with this patch.Hmm... I think the workarounds are probably uglier than the warnings, and more likely to cause actual problems; casts are typically a very bad thing. -hpa
Apparently Analagous Threads
- [PATCH 3/5] installers: MSVC compatibility fixes
- syslinux-4.02-6-ge841d69 build failure
- [PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
- [PATCH 3/5] installers: MSVC compatibility fixes
- [PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls