mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -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
|
@ -814,7 +814,7 @@ bool WebApplication::isPublicScope()
|
|||
return (scope_ == DEFAULT_SCOPE || scope_ == VERSION_INFO);
|
||||
}
|
||||
|
||||
void WebApplication::processRequest()
|
||||
void WebApplication::doProcessRequest()
|
||||
{
|
||||
scope_ = DEFAULT_SCOPE;
|
||||
action_ = DEFAULT_ACTION;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue