summaryrefslogtreecommitdiffstats
path: root/Source/cmGraphVizWriter.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-08 13:53:13 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-08 13:53:13 (GMT)
commit5a364d8ed54bbfb1d3d6378503b2772256ac2a17 (patch)
tree26297218542bfebe10330e1257e8fa576261645d /Source/cmGraphVizWriter.cxx
parentcfb2c66f66eaeb4bb2c2d9cc24608fbb49d63986 (diff)
parentaf0051f48ac54ff749faff885f05fb9f34037d5a (diff)
downloadCMake-5a364d8ed54bbfb1d3d6378503b2772256ac2a17.zip
CMake-5a364d8ed54bbfb1d3d6378503b2772256ac2a17.tar.gz
CMake-5a364d8ed54bbfb1d3d6378503b2772256ac2a17.tar.bz2
Merge topic 'clang-warnings'
af0051f curl, bzip2: Suppress warnings by setting initial value cb4ec60 cmDocumentation: Fix a few doxygen comment errors d915819 cm*Lexer: Populate empty doxygen @param comment 97124f9 cmTarget: Properly escape @ char in doxygen comments 8e96353 Fix warnings about \brief usage d993032 cmGraphVizWriter: Add extra space in comment to suppress warning 6cea3ee cmNewLineStyle: Remove useless semi-colon 7e7a1c0 curl: Fix typo in header include guard
Diffstat (limited to 'Source/cmGraphVizWriter.cxx')
-rw-r--r--Source/cmGraphVizWriter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGraphVizWriter.cxx b/Source/cmGraphVizWriter.cxx
index 4816da9..3a7070e 100644
--- a/Source/cmGraphVizWriter.cxx
+++ b/Source/cmGraphVizWriter.cxx
@@ -534,8 +534,8 @@ int cmGraphVizWriter::CollectAllExternalLibs(int cnt)
ostr << this->GraphNodePrefix << cnt++;
this->TargetNamesNodes[libName] = ostr.str();
this->TargetPtrs[libName] = NULL;
- //str << " \"" << ostr.c_str() << "\" [ label=\"" << libName
- //<< "\" shape=\"ellipse\"];" << std::endl;
+ // str << " \"" << ostr.c_str() << "\" [ label=\"" << libName
+ // << "\" shape=\"ellipse\"];" << std::endl;
}
}
}