mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Disable clang "range loop analysis" compiler warning
See: https://github.com/qbittorrent/qBittorrent/pull/13915#issuecomment-739449084
This commit is contained in:
parent
24fa9e32b0
commit
89559eae2b
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,8 @@ unix:!macx: include(../unixconf.pri)
|
|||
|
||||
QT += network xml
|
||||
|
||||
macx|*-clang*: QMAKE_CXXFLAGS_WARN_ON += -Wno-range-loop-analysis
|
||||
|
||||
nogui {
|
||||
TARGET = qbittorrent-nox
|
||||
QT -= gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue