mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
cmake: set warning and error options
The set is far from perfect, but guards against common errors with GCC.
This commit is contained in:
parent
98415917c6
commit
c4e16aa820
9 changed files with 147 additions and 7 deletions
|
@ -103,7 +103,7 @@ private:
|
|||
QString action_;
|
||||
QStringList args_;
|
||||
|
||||
void processRequest();
|
||||
void doProcessRequest() override;
|
||||
|
||||
bool isPublicScope();
|
||||
void parsePath();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue