fixed warning
This commit is contained in:
parent
a43a65bf34
commit
2a7e4539e6
|
@ -1374,7 +1374,7 @@ void cmMakefile::EnableLanguage(const char* lang)
|
|||
|
||||
void cmMakefile::ExpandSourceListArguments(
|
||||
std::vector<std::string> const& arguments,
|
||||
std::vector<std::string>& newargs, int start)
|
||||
std::vector<std::string>& newargs, unsigned int start)
|
||||
{
|
||||
// first figure out if we need to handle version 1.2 style source lists
|
||||
int oldVersion = 1;
|
||||
|
|
|
@ -384,7 +384,7 @@ public:
|
|||
*/
|
||||
void ExpandSourceListArguments(std::vector<std::string> const& argsIn,
|
||||
std::vector<std::string>& argsOut,
|
||||
int startArgumentIndex);
|
||||
unsigned int startArgumentIndex);
|
||||
|
||||
/** Get a cmSourceFile pointer for a given source name, if the name is
|
||||
* not found, then a null pointer is returned.
|
||||
|
|
Loading…
Reference in New Issue