summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajib Dutta <[email protected]>2018-09-09 16:46:45 -0700
committerRajib Dutta <[email protected]>2018-09-09 16:46:45 -0700
commit72b9922f7ef829652229abba982601001b0748ee (patch)
tree40f8dffd35a743d5beaa9409805f1fe292d65979
parent1d830b6f011ec7d904a82a15b7e7140606dc2764 (diff)
parent3428c5feaac7c1a5e2a09db0ed93392f7568f9e6 (diff)
Merge branch 'master' of https://github.com/Microsoft/Windows-driver-samples
-rw-r--r--storage/class/disk/src/disk.c1
-rw-r--r--usb/UcmUcsiAcpiSample/README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/storage/class/disk/src/disk.c b/storage/class/disk/src/disk.c
index 05f0d6d3..2bfcb35d 100644
--- a/storage/class/disk/src/disk.c
+++ b/storage/class/disk/src/disk.c
@@ -1716,6 +1716,7 @@ Return Value:
NTSTATUS status;
PFUNCTIONAL_DEVICE_EXTENSION fdoExt;
PDISK_DATA diskData;
+ #pragma warning(suppress:4311) // pointer truncation from 'PVOID' to 'NTSTATUS'
NTSTATUS SyncCacheStatus = (NTSTATUS) Context;
TracePrint((TRACE_LEVEL_VERBOSE, TRACE_FLAG_GENERAL, "DiskFlushComplete: %p %p\n", Fdo, Irp));
diff --git a/usb/UcmUcsiAcpiSample/README.md b/usb/UcmUcsiAcpiSample/README.md
index cb2c7d02..592926be 100644
--- a/usb/UcmUcsiAcpiSample/README.md
+++ b/usb/UcmUcsiAcpiSample/README.md
@@ -4,7 +4,7 @@
language: cpp
category: USB
description: Demonstrates how to create a Windows UCSI client UCSI class extension driver (UcmUcsiCx).
- samplefwlink:
+ samplefwlink: https://github.com/Microsoft/Windows-driver-samples/tree/master/usb/UcmUcsiAcpiSample
--->
# UcmUcsiCx ACPI Client Driver