clang-tidy: fix bugprone-reserved-identifier warnings

This commit is contained in:
Ben Boeckel
2021-01-22 10:33:22 -05:00
parent 675d81be6c
commit c826461d9c
13 changed files with 60 additions and 50 deletions

View File

@@ -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 "cmStringCommand.h"