Răsfoiți Sursa

ENH: Clarify end of (dev) warnings to explicitly state they are meant for project developers.

Brad King 17 ani în urmă
părinte
comite
36c37a60b0
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      Source/cmake.cxx

+ 2 - 1
Source/cmake.cxx

@@ -4185,7 +4185,8 @@ void cmake::IssueMessage(cmake::MessageType t, std::string const& text,
   // Add a note about warning suppression.
   if(t == cmake::AUTHOR_WARNING)
     {
-    msg << "This warning may be suppressed using the -Wno-dev option.";
+    msg <<
+      "This warning is for project developers.  Use -Wno-dev to suppress it.";
     }
 
   // Add a terminating blank line.