[Webkit-unassigned] [Bug 93492] [Qt] Make it possible to build without QtTest/QtPrintSuport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 10 00:46:08 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93492





--- Comment #5 from Loïc Yhuel <loic.yhuel at softathome.com>  2012-08-10 00:46:36 PST ---
(In reply to comment #4)
> (From update of attachment 157241 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=157241&action=review
> 
> > Source/WebKit/qt/Api/qwebframe.cpp:1468
> > +#if HAVE(QTPRINTSUPPORT)
> 
> I think here and in the other function it might be good to have an
> 
>     #else
>     UNUSED_PARAM(printer)
>     #endif
> 
> or the like, to avoid a compiler warning.

There is no warning since -Wno-unused-parameter is added to QMAKE_CXXFLAGS in default_post.prf.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list