From bff2ea0774d5d988df1c8d871569cd037e81c1a5 Mon Sep 17 00:00:00 2001 From: Sean McBride <sean@rogue-research.com> Date: Wed, 30 Jan 2013 15:47:51 -0500 Subject: [PATCH] Glob: Fix clang -Wdocumentation warning Change-Id: I248e0cba2c02b1bb1ab9dc4a67712c2b6497ca83 --- Glob.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Glob.cxx b/Glob.cxx index 513eb640..46a7e4f4 100644 --- a/Glob.cxx +++ b/Glob.cxx @@ -399,7 +399,7 @@ bool Glob::FindFiles(const kwsys_stl::string& inexpr) if ( last_slash > 0 ) { //kwsys_ios::cout << "I can skip: " << fexpr.substr(0, last_slash) - //<< kwsys_ios::endl; + // << kwsys_ios::endl; skip = last_slash; } if ( skip == 0 ) -- GitLab