gcc: Fixed some compiler warnings when using -Wsign-conversion. Ticket: #1487

This commit is contained in:
Daniel Marjamäki 2010-08-06 19:15:44 +02:00
parent 146465a6ad
commit 3adfc61eca
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public:
{
private:
/** @brief List of error which the user doesn't want to see. */
std::map<std::string, std::map<std::string, std::list<int> > > _suppressions;
std::map<std::string, std::map<std::string, std::list<unsigned int> > > _suppressions;
public:
/**
* @brief Don't show errors listed in the file.