summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2021-09-24 15:52:11 (GMT)
committerBrad King <brad.king@kitware.com>2021-09-28 13:59:24 (GMT)
commit907d098838c99ee6c0c72ae0cdf1cc53dbf51ba2 (patch)
tree946823d6ed841b37acd144b829e24873447603b2 /Source/cmLocalUnixMakefileGenerator3.h
parent2974ea7c3e9cbf9952d6c361bbcecb5027f69605 (diff)
downloadCMake-907d098838c99ee6c0c72ae0cdf1cc53dbf51ba2.zip
CMake-907d098838c99ee6c0c72ae0cdf1cc53dbf51ba2.tar.gz
CMake-907d098838c99ee6c0c72ae0cdf1cc53dbf51ba2.tar.bz2
Source: Fix clang -Wextra-semi warnings
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 14dd0ba..78aa7f9 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -299,7 +299,7 @@ private:
cmGeneratorTarget const* target)
{
return this->CommandsVisited[target];
- };
+ }
std::map<cmGeneratorTarget const*, std::set<cmSourceFile const*>>
CommandsVisited;