diff options
| author | Bryan Galdrikian <[email protected]> | 2017-10-24 15:25:02 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2017-10-24 15:25:02 -0700 |
| commit | b0c11962f6012430da3bcaa2727288046b33d648 (patch) | |
| tree | cf13338fa4fd7072badf64f751f94abeeb437003 /test/src/BlastBaseTest.h | |
| parent | linux build fix - all configs (diff) | |
| download | blast-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.h | 1 |
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) |