diff options
author | Ken Martin <ken.martin@kitware.com> | 2004-05-07 12:35:46 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2004-05-07 12:35:46 (GMT) |
commit | c10cb4db5addf6362b1fc920c3da3934af294ebd (patch) | |
tree | 2cd6aac5a5e9a4f5ded0fa21542776d149dbf518 /Templates | |
parent | cc2ab62f1c6fb7161e0185ff36f08edda8baec12 (diff) | |
download | CMake-c10cb4db5addf6362b1fc920c3da3934af294ebd.zip CMake-c10cb4db5addf6362b1fc920c3da3934af294ebd.tar.gz CMake-c10cb4db5addf6362b1fc920c3da3934af294ebd.tar.bz2 |
fix warning maybe
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/TestDriver.cxx.in | 1 |
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() { |