[Bug 1029864] New: libqt5-qtwebkit uses -Wextra, fails to build with GCC 7
http://bugzilla.opensuse.org/show_bug.cgi?id=1029864 Bug ID: 1029864 Summary: libqt5-qtwebkit uses -Wextra, fails to build with GCC 7 Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: KDE3 Assignee: anixx@opensuse.org Reporter: rguenther@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- -Wextra enables the new -Wexpansion-to-defined which causes OBS to run into qemu-system-x86_64: terminating on signal 15 from pid 23592 Logfile got too big, killed job. because of a huge swat of warnings from code like [ 5443s] ../WTF/wtf/Atomics.h:221:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] [ 5443s] #if OS(WINDOWS) && !COMPILER(GCC) [ 5443s] ^~~~~~~~~~~~~~~~ basically the warning says that sth like #define OS(x) defined(x) #if OS(WINDOWS) is not something that is allowed by the language (but works in GCC). I suggest to add -Wno-expansion-to-defined. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1029864 Martin Liška <martin.liska@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1030236 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1029864 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High CC| |dimstar@opensuse.org Component|KDE3 |KDE Workspace (Plasma) Assignee|anixx@opensuse.org |opensuse-kde-bugs@opensuse. | |org -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1029864 http://bugzilla.opensuse.org/show_bug.cgi?id=1029864#c1 Martin Liška <martin.liska@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |martin.liska@suse.com Resolution|--- |FIXED --- Comment #1 from Martin Liška <martin.liska@suse.com> --- Should be fixed. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com