aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-09-04 17:45:29 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-09 22:58:45 +0200
commit48ba62234c48cbb724784363d65a510c206e31bd (patch)
treeec88617e4c8e9c76cbd228509a64bac9897a3dd2 /src/qml/qml/qqmlpropertycache.cpp
parentb8dcbb12a25916472e047e4bdceadfbd27bdba9c (diff)
Fix warning by ICC: function without return value
Yes, it can't be reached due to the Q_UNREACHABLE(). ICC expands that to an __assume(0), which I guess isn't strong enough. qv4isel_util_p.h(94): error #1011: missing return statement at end of non-void function "QQmlJS::convertToValue" Change-Id: I41d9fd7382a41fe0e753812fc1d71fdc802ef854 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlpropertycache.cpp')
0 files changed, 0 insertions, 0 deletions