Merge pull request #6703 from evsh/cmake

cmake: set warning and error compiler options
This commit is contained in:
Eugene Shalygin
2017-04-29 14:11:09 +02:00
committed by GitHub
11 changed files with 154 additions and 10 deletions

View File

@@ -96,7 +96,7 @@ private:
// Search data
mutable QHash<quint32, QString> m_countries;
quint32 m_size;
const uchar *m_data;
uchar *m_data;
};
#endif // GEOIPDATABASE_H