projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94534bf
)
Warning fix.
author
Włodzimierz Skiba
<abx@abx.art.pl>
Mon, 17 Jan 2005 13:49:03 +0000
(13:49 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Mon, 17 Jan 2005 13:49:03 +0000
(13:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31428
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/crashrpt.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/crashrpt.cpp
b/src/msw/crashrpt.cpp
index 7662ab077999224d901b068853e7f12a1da67789..7f017f5a36586016e9a637b592eec75c99f625c7 100644
(file)
--- a/
src/msw/crashrpt.cpp
+++ b/
src/msw/crashrpt.cpp
@@
-222,6
+222,7
@@
bool wxCrashReportImpl::Generate(int flags, EXCEPTION_POINTERS *ep)
}
#else // !wxUSE_DBGHELP
wxUnusedVar(flags);
+ wxUnusedVar(ep);
Output(_T("Support for crash report generation was not included ")
_T("in this wxWidgets version."));