diff options
Diffstat (limited to 'Source/cmString.cxx')
-rw-r--r-- | Source/cmString.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmString.cxx b/Source/cmString.cxx index 8721242..aefaa64 100644 --- a/Source/cmString.cxx +++ b/Source/cmString.cxx @@ -1,5 +1,6 @@ /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. */ +// NOLINTNEXTLINE(bugprone-reserved-identifier) #define _SCL_SECURE_NO_WARNINGS #include "cmString.hxx" |