From c5f17881f3e551e205b3aa589a48482a649995de Mon Sep 17 00:00:00 2001 From: Torphedo Date: Wed, 23 Mar 2022 21:06:14 -0400 Subject: [PATCH] Remove unnecessary warnings --- ZAPDTR/ZAPD/Main.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ZAPDTR/ZAPD/Main.cpp b/ZAPDTR/ZAPD/Main.cpp index 440f6d504..a3e49e936 100644 --- a/ZAPDTR/ZAPD/Main.cpp +++ b/ZAPDTR/ZAPD/Main.cpp @@ -188,14 +188,7 @@ int main(int argc, char* argv[]) } else if (arg == "-eh") // Enable Error Handler { -#if !defined(_MSC_VER) && !defined(__CYGWIN__) - signal(SIGSEGV, ErrorHandler); - signal(SIGABRT, ErrorHandler); -#else - HANDLE_WARNING(WarningType::Always, - "tried to set error handler, but this ZAPD build lacks support for one", - ""); -#endif + } else if (arg == "-v") // Verbose {