Skip to content

Commit 17d60b5

Browse files
committed
pdfium: fix disabling of unused parameter warnings
1 parent ed84ad7 commit 17d60b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.pri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TEMPLATE = lib
2-
CONFIG += c++11
3-
QMAKE_CXXFLAGS += -Wno-unused-parameter
2+
CONFIG += c++11 warn_off
3+
QMAKE_CXXFLAGS += -Wall -Wno-unused-parameter
44
DEFINES += _FX_OS_=_FX_LINUX_DESKTOP_
55
DEFINES += _FXM_PLATFORM_=_FXM_PLATFORM_LINUX_
66
DEFINES += FT2_BUILD_LIBRARY

0 commit comments

Comments
 (0)