projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8615c4
)
[NTOSKRNL/NEWCC]
author
Pierre Schweitzer
<pierre@reactos.org>
Sun, 28 Nov 2010 22:33:19 +0000
(22:33 +0000)
committer
Pierre Schweitzer
<pierre@reactos.org>
Sun, 28 Nov 2010 22:33:19 +0000
(22:33 +0000)
Init Dummy var even if just used for debug to suppress warning
svn path=/trunk/; revision=49858
reactos/ntoskrnl/po/power.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/po/power.c
b/reactos/ntoskrnl/po/power.c
index
42a0bb8
..
a4f45c0
100644
(file)
--- a/
reactos/ntoskrnl/po/power.c
+++ b/
reactos/ntoskrnl/po/power.c
@@
-750,6
+750,8
@@
NtSetSystemPowerState(IN POWER_ACTION SystemAction,
#ifndef NEWCC
/* Flush dirty cache pages */
CcRosFlushDirtyPages(-1, &Dummy);
+#else
+ Dummy = 0;
#endif
/* Flush all volumes and the registry */