[Spice-devel] [PATCH qxl-wddm-dod 4/8] Code Analysis fix

Frediano Ziglio fziglio at redhat.com
Wed Sep 28 13:55:43 UTC 2016


From: Sameeh Jubran <sameeh at daynix.com>

Remove specifier that was causing a warning.

Based on a patch by Sandy Stutsman <sstutsma at redhat.com>

Signed-off-by: Sameeh Jubran <sameeh at daynix.com>
---
 qxldod/QxlDod.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp
index a9a6cd4..78982a7 100755
--- a/qxldod/QxlDod.cpp
+++ b/qxldod/QxlDod.cpp
@@ -2635,7 +2635,7 @@ NTSTATUS VgaDevice::HWClose(void)
     return STATUS_SUCCESS;
 }
 
-NTSTATUS VgaDevice::SetPowerState(_In_  DEVICE_POWER_STATE DevicePowerState, DXGK_DISPLAY_INFORMATION* pDispInfo)
+NTSTATUS VgaDevice::SetPowerState(DEVICE_POWER_STATE DevicePowerState, DXGK_DISPLAY_INFORMATION* pDispInfo)
 {
     PAGED_CODE();
 
-- 
2.7.4



More information about the Spice-devel mailing list