aboutsummaryrefslogtreecommitdiff
path: root/test/src/BlastBaseTest.h
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2017-10-24 15:25:02 -0700
committerBryan Galdrikian <[email protected]>2017-10-24 15:25:02 -0700
commitb0c11962f6012430da3bcaa2727288046b33d648 (patch)
treecf13338fa4fd7072badf64f751f94abeeb437003 /test/src/BlastBaseTest.h
parentlinux build fix - all configs (diff)
downloadblast-b0c11962f6012430da3bcaa2727288046b33d648.tar.xz
blast-b0c11962f6012430da3bcaa2727288046b33d648.zip
Changes for 1.1.1
See README.md
Diffstat (limited to 'test/src/BlastBaseTest.h')
-rw-r--r--test/src/BlastBaseTest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/BlastBaseTest.h b/test/src/BlastBaseTest.h
index 350cd88..55e3c6f 100644
--- a/test/src/BlastBaseTest.h
+++ b/test/src/BlastBaseTest.h
@@ -99,6 +99,7 @@ public:
case NvBlastMessage::Info: failMask |= Nv::Blast::ErrorCode::eDEBUG_INFO;
case NvBlastMessage::Warning: failMask |= Nv::Blast::ErrorCode::eDEBUG_WARNING;
case NvBlastMessage::Error: failMask |= Nv::Blast::ErrorCode::eABORT | Nv::Blast::ErrorCode::eABORT | Nv::Blast::ErrorCode::eINTERNAL_ERROR | Nv::Blast::ErrorCode::eOUT_OF_MEMORY | Nv::Blast::ErrorCode::eINVALID_OPERATION | Nv::Blast::ErrorCode::eINVALID_PARAMETER;
+ default: break;
}
if (!(failMask & code) && Verbosity <= 0)