mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08:00
Remove MSVC-only compilation flags
Our code base is able to compile without warnings even when these flags removed.
This commit is contained in:
parent
7c8948c45e
commit
8220f8d003
@ -11,8 +11,6 @@ DEFINES += _UNICODE
|
||||
DEFINES += WIN32
|
||||
DEFINES += _WIN32
|
||||
DEFINES += WIN32_LEAN_AND_MEAN
|
||||
DEFINES += _CRT_SECURE_NO_DEPRECATE
|
||||
DEFINES += _SCL_SECURE_NO_DEPRECATE
|
||||
DEFINES += NOMINMAX
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
|
Loading…
Reference in New Issue
Block a user