diff --git a/stepmania/src/RageInput.cpp b/stepmania/src/RageInput.cpp index c9ce346648..6f812142ae 100644 --- a/stepmania/src/RageInput.cpp +++ b/stepmania/src/RageInput.cpp @@ -807,7 +807,11 @@ bool RageInput::WasBeingPressed( DeviceInput di ) extern "C" { #include "ddk/setupapi.h" +/* Quiet header warning: */ +#pragma warning( push ) +#pragma warning (disable : 4201) #include "ddk/hidsdi.h" +#pragma warning( pop ) } char *USB::GetUSBDevicePath (int num)