mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Source: fix many -Wmissing-prototypes warnings by marking functions static
This commit is contained in:
@@ -342,7 +342,7 @@ std::string cmCustomCommandGenerator::GetCommand(unsigned int c) const
|
||||
return this->CommandLines[c][0];
|
||||
}
|
||||
|
||||
std::string escapeForShellOldStyle(const std::string& str)
|
||||
static std::string escapeForShellOldStyle(const std::string& str)
|
||||
{
|
||||
std::string result;
|
||||
#if defined(_WIN32) && !defined(__CYGWIN__)
|
||||
|
||||
Reference in New Issue
Block a user