1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

fix mingw32 /wd4819 error

This commit is contained in:
tianduanrui 2017-10-18 18:56:31 +08:00
parent 3aba1cf368
commit 8749c91afc

View File

@ -57,7 +57,7 @@ CONFIG(debug, debug|release) {
}
win32 {
win32:DEFINES += _CRT_SECURE_NO_WARNINGS #fopen fopen_s
QMAKE_CXXFLAGS += /wd"4819" /wd"4244" /wd"4100"
#QMAKE_CXXFLAGS += /wd"4819" /wd"4244" /wd"4100"
}
#############