[Webkit-unassigned] [Bug 102083] [Qt][ARM] Fix 'nullptr' is a keyword in C++11 [-Wc++0x-compat] warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 06:35:35 PST 2012


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





--- Comment #1 from János Badics <jbadics at inf.u-szeged.hu>  2012-11-14 06:37:22 PST ---
Tools/qmake/mkspecs/features/unix/default_post.prf checks if -std=(c|gnu)\\+\\+(0x|11) is enabled and if it's true, enables -Wno-c++0x-compat. But this check is applied only if the compiler name matches the linux-g++* regex. However, the bot uses linux-arm-gnueabi-g++ that does not math. Using linux-*g++* will match with linux-arm-gnueabi-g++.

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