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

This commit is contained in:
Brad King 2008-03-20 10:11:52 -04:00
parent 83d4f335cb
commit 36c37a60b0
1 changed files with 2 additions and 1 deletions

View File

@ -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.