summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-11-22 19:33:02 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-11-29 17:39:45 (GMT)
commita805a897a8dcf9bee7f95280a8a169646f85bb96 (patch)
tree92942edfece2a5889bf66a81d075cf89f0d1aaf3 /Source/cmGlobalVisualStudio10Generator.cxx
parent27f5ce07cc4093e5e46e931df633ba9fc74238d6 (diff)
downloadCMake-a805a897a8dcf9bee7f95280a8a169646f85bb96.zip
CMake-a805a897a8dcf9bee7f95280a8a169646f85bb96.tar.gz
CMake-a805a897a8dcf9bee7f95280a8a169646f85bb96.tar.bz2
clang-tidy: fix `bugprone-parent-virtual-call` lints
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx
index e83ed7a..6931301 100644
--- a/Source/cmGlobalVisualStudio10Generator.cxx
+++ b/Source/cmGlobalVisualStudio10Generator.cxx
@@ -799,6 +799,7 @@ std::string cmGlobalVisualStudio10Generator::FindDevEnvCommand()
}
// Skip over the cmGlobalVisualStudio8Generator implementation because
// we expect a real devenv and do not want to look for VCExpress.
+ // NOLINTNEXTLINE(bugprone-parent-virtual-call)
return this->cmGlobalVisualStudio71Generator::FindDevEnvCommand();
}