cmake: set warning and error options

The set is far from perfect, but guards against common errors with GCC.
This commit is contained in:
Eugene Shalygin
2017-04-27 14:35:28 +02:00
committed by sledgehammer999
parent b98ef9905e
commit 44f81a2d2b
9 changed files with 147 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ private:
QString action_;
QStringList args_;
void processRequest();
void doProcessRequest() override;
bool isPublicScope();
void parsePath();