浏览代码

fix warning maybe

Ken Martin 21 年之前
父节点
当前提交
c10cb4db5a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Templates/TestDriver.cxx.in

+ 0 - 1
Templates/TestDriver.cxx.in

@@ -20,7 +20,6 @@ static LONG __stdcall
 TestDriverUnhandledExceptionFilter(EXCEPTION_POINTERS* e)
 {
   ExitProcess(e->ExceptionRecord->ExceptionCode);
-  return 0;
 }
 static void TestDriverEnableWindowsExceptionFilter()
 {