mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Remove unnecessary warnings
This commit is contained in:
parent
8a565f910a
commit
c5f17881f3
1 changed files with 1 additions and 8 deletions
|
@ -188,14 +188,7 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
else if (arg == "-eh") // Enable Error Handler
|
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
|
else if (arg == "-v") // Verbose
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue