summaryrefslogtreecommitdiff
path: root/libusb/os/windows_winusb.h
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-03-09 23:06:17 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-03-09 23:06:17 -0700
commitf5c9f6794dc8afd8789e383bbcbf0eab087c55f2 (patch)
tree0908c2380ebc18968aebdb160c4ad10a02aa9965 /libusb/os/windows_winusb.h
parent0b3a2ed92d45a78a13b5abce61d87d0d43ce09d8 (diff)
downloadlibusb-f5c9f6794dc8afd8789e383bbcbf0eab087c55f2.tar.gz
Windows: Fix some harmless build warnings
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'libusb/os/windows_winusb.h')
-rw-r--r--libusb/os/windows_winusb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libusb/os/windows_winusb.h b/libusb/os/windows_winusb.h
index 9f6eb9b..c8d3f15 100644
--- a/libusb/os/windows_winusb.h
+++ b/libusb/os/windows_winusb.h
@@ -27,7 +27,6 @@
#if defined(_MSC_VER)
// disable /W4 MSVC warnings that are benign
-#pragma warning(disable:4201) // nameless struct/union
#pragma warning(disable:4214) // bit field types other than int
#endif