mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
removed warning in linux
This commit is contained in:
parent
8c668cfa24
commit
ac81f16107
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ CONFIG += precompile_header
|
|||
|
||||
PRECOMPILED_HEADER = ./SourceFiles/stdafx.h
|
||||
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter -Wno-unused-variable -Wno-switch -Wno-comment -Wno-unused-but-set-variable
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-result -Wno-unused-parameter -Wno-unused-variable -Wno-switch -Wno-comment -Wno-unused-but-set-variable
|
||||
|
||||
CONFIG(release, debug|release) {
|
||||
QMAKE_CXXFLAGS_RELEASE -= -O2
|
||||
|
|
Loading…
Add table
Reference in a new issue