diff options
Diffstat (limited to 'Source/cmState.cxx')
-rw-r--r-- | Source/cmState.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmState.cxx b/Source/cmState.cxx index 6e934e2..18d5ea1 100644 --- a/Source/cmState.cxx +++ b/Source/cmState.cxx @@ -58,7 +58,7 @@ const char* cmState::GetTargetTypeName(cmStateEnums::TargetType targetType) case cmStateEnums::UNKNOWN_LIBRARY: return "UNKNOWN_LIBRARY"; } - assert(0 && "Unexpected target type"); + assert(false && "Unexpected target type"); return CM_NULLPTR; } |