diff options
| author | Karl Froelich <[email protected]> | 2017-03-02 10:57:21 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-02 10:57:21 -0800 |
| commit | 48aa498e457916c6dabdf1ce21668b6beea3c934 (patch) | |
| tree | 1949d90ccb5e33673bea1a5936e266a85776c8dc /audio/sysvad/adapter.cpp | |
| parent | c824f13901087ce6fcdc2a0c777a9d1e0fc04055 (diff) | |
| parent | 902b548c15ab0d7bea57fdbf88286d2fe1af7364 (diff) | |
Merge pull request #114 from girishpattabiraman/master
Resolve SAL warnings and suppress 4595
Diffstat (limited to 'audio/sysvad/adapter.cpp')
| -rw-r--r-- | audio/sysvad/adapter.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/sysvad/adapter.cpp b/audio/sysvad/adapter.cpp index 12e57156..83c72f9b 100644 --- a/audio/sysvad/adapter.cpp +++ b/audio/sysvad/adapter.cpp @@ -1059,6 +1059,9 @@ Return Value: IO_STACK_LOCATION *stack; PortClassDeviceContext *ext; + // Documented https://msdn.microsoft.com/en-us/library/windows/hardware/ff544039(v=vs.85).aspx + // This method will be called in IRQL PASSIVE_LEVEL +#pragma warning(suppress: 28118) PAGED_CODE(); ASSERT(_DeviceObject); |
