mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
cmStringAlgorithms: Fix core.NonNullParamChecker diagnostic in cmAlphaNum
This commit is contained in:
@@ -146,7 +146,7 @@ public:
|
||||
{
|
||||
}
|
||||
cmAlphaNum(const char* str)
|
||||
: View_(str)
|
||||
: View_(str ? cm::string_view(str) : cm::string_view())
|
||||
{
|
||||
}
|
||||
cmAlphaNum(char ch)
|
||||
|
||||
Reference in New Issue
Block a user