[kde-freebsd] [SVN Commit] area51/QT/devel/qtcreator
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun May 4 12:14:49 UTC 2014
SVN commit 10084 by rakuco:
qtcreator: Add upstream patch that fixes the build with -CURRENT.
In file included from ../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/language/itemreader.cpp:36:
../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17: error: logical not is only applied to the left hand side of this comparison [-Werror,-Wlogical-not-parentheses]
if (! d.kind == DiagnosticMessage::Warning)
^ ~~
../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17: note: add parentheses after the '!' to evaluate the comparison first
if (! d.kind == DiagnosticMessage::Warning)
^
( )
../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17: note: add parentheses around left hand side expression to silence this warning
if (! d.kind == DiagnosticMessage::Warning)
^
( )
1 error generated.
A files (directory)
AM files/patch-src__shared__qbs__src__lib__parser__qmljs.g
AM files/patch-src__shared__qbs__src__lib__parser__qmljsparser_p.h
More information about the kde-freebsd
mailing list