[Webkit-unassigned] [Bug 67775] [Qt] Fix "Unmatched parentheses are deprecated." warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 03:12:25 PDT 2011


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


Zeno Albisser <zeno.albisser at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zeno.albisser at nokia.com




--- Comment #1 from Zeno Albisser <zeno.albisser at nokia.com>  2011-09-12 03:12:25 PST ---
This is caused by reading header files that contain function declarations that spread over multiple lines using the cat() call in .pro files.
The easiest workaround would be to write function declarations in the affected files always on a single line.
For a proper fix we would need to add functionality to qmake.

-- 
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