diff options
author | Brad King <brad.king@kitware.com> | 2013-10-08 13:53:13 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-08 13:53:13 (GMT) |
commit | 5a364d8ed54bbfb1d3d6378503b2772256ac2a17 (patch) | |
tree | 26297218542bfebe10330e1257e8fa576261645d /Source/cmGraphVizWriter.cxx | |
parent | cfb2c66f66eaeb4bb2c2d9cc24608fbb49d63986 (diff) | |
parent | af0051f48ac54ff749faff885f05fb9f34037d5a (diff) | |
download | CMake-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.cxx | 4 |
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; } } } |