summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-05-07 12:35:46 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-05-07 12:35:46 (GMT)
commitc10cb4db5addf6362b1fc920c3da3934af294ebd (patch)
tree2cd6aac5a5e9a4f5ded0fa21542776d149dbf518 /Templates
parentcc2ab62f1c6fb7161e0185ff36f08edda8baec12 (diff)
downloadCMake-c10cb4db5addf6362b1fc920c3da3934af294ebd.zip
CMake-c10cb4db5addf6362b1fc920c3da3934af294ebd.tar.gz
CMake-c10cb4db5addf6362b1fc920c3da3934af294ebd.tar.bz2
fix warning maybe
Diffstat (limited to 'Templates')
-rw-r--r--Templates/TestDriver.cxx.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Templates/TestDriver.cxx.in b/Templates/TestDriver.cxx.in
index 9d293ae..4f0bcc6 100644
--- a/Templates/TestDriver.cxx.in
+++ b/Templates/TestDriver.cxx.in
@@ -20,7 +20,6 @@ static LONG __stdcall
TestDriverUnhandledExceptionFilter(EXCEPTION_POINTERS* e)
{
ExitProcess(e->ExceptionRecord->ExceptionCode);
- return 0;
}
static void TestDriverEnableWindowsExceptionFilter()
{