projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae404c
)
silence msvc warning
author
Ged Murphy
<gedmurphy@reactos.org>
Tue, 27 Dec 2005 18:47:11 +0000
(18:47 +0000)
committer
Ged Murphy
<gedmurphy@reactos.org>
Tue, 27 Dec 2005 18:47:11 +0000
(18:47 +0000)
svn path=/trunk/; revision=20375
reactos/subsys/system/userinit/userinit.c
patch
|
blob
|
history
diff --git
a/reactos/subsys/system/userinit/userinit.c
b/reactos/subsys/system/userinit/userinit.c
index
eb4292c
..
7aed8d2
100644
(file)
--- a/
reactos/subsys/system/userinit/userinit.c
+++ b/
reactos/subsys/system/userinit/userinit.c
@@
-142,6
+142,10
@@
void SetUserSettings(void)
}
}
+#ifdef _MSC_VER
+#pragma warning(disable : 4100)
+#endif /* _MSC_VER */
+
int WINAPI
WinMain(HINSTANCE hInst,
HINSTANCE hPrevInstance,