Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-08-02 01:01:58 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-08-02 01:01:58 +0400
commitb3f4305ef76e9c25c74a78c150acf6a4ce4c2732 (patch)
tree9eafabc80f337564b5bce6bae7fd5bcc940d0044 /include/winddk
parent93acf92c7fe92848abed6838947961b22dba1ccc (diff)
enable C4101 warnings, fix all of them in our code and disable a few warnings in thirdparty code
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3534 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include/winddk')
-rw-r--r--include/winddk/ntddcdvd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/winddk/ntddcdvd.h b/include/winddk/ntddcdvd.h
index e6d22d1ad..2b31e7505 100644
--- a/include/winddk/ntddcdvd.h
+++ b/include/winddk/ntddcdvd.h
@@ -26,6 +26,10 @@ Revision History:
#ifndef _NTDDCDVD_
#define _NTDDCDVD_
+#pragma warning(push)
+#pragma warning(disable:4200) // zero-sized array
+#pragma warning(disable:4201) // nonstandard extension used : nameless struct/union
+#pragma warning(disable:4214) // bitfield other than int
#if _MSC_VER > 1000
#pragma once
@@ -287,6 +291,7 @@ typedef struct _DVD_REGION {
#include <poppack.h>
+#pragma warning(pop)
#endif // _NTDDCDVD_
// end_winioctl