Ignore if built with -DNDEBUG.

This commit is contained in:
Steve Checkoway
2003-11-06 00:55:42 +00:00
parent 8382619231
commit cd409a039b
@@ -280,6 +280,7 @@ ArchHooks::MessageBoxResult ArchHooks_darwin::MessageBoxAbortRetryIgnore(CString
break;
default:
ASSERT(0);
ret = ignore;
}
return ret;