qt6-bb10/src
Thiago Macieira d244713340 Silence a false-positive warning about uninitialised variable with ICC
ICC complains like so:
harfbuzz-gpos.c(95): warning #592: variable "error" is used before its value is set
      return error;
             ^

However, line 95 is never executed because the condition on line 94 is
always false. That's why it's a false positive. The same construct
happens in the other two places.

Still, silence the warning.

Change-Id: I168d916d6837d4ac346facfd22b3e5b4e22ef7f0
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
2012-08-15 23:40:57 +02:00
..
3rdparty Silence a false-positive warning about uninitialised variable with ICC 2012-08-15 23:40:57 +02:00
concurrent Add a module page for QtConcurrent 2012-08-15 11:38:37 +02:00
corelib Add parameter docs for QAbstractEventDispatcher::filterNativeEvent. 2012-08-15 15:29:40 +02:00
dbus QtDBus: use new qEnvironmentVariableIsEmpty() 2012-08-14 20:21:09 +02:00
gui Move docs for QSessionManager to the right file. 2012-08-15 15:29:51 +02:00
network Fix sockets for Windows CE 2012-08-14 03:56:55 +02:00
opengl rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00
platformsupport QtGui: use new qEnvironmentVariableIsEmpty() 2012-08-14 20:21:12 +02:00
plugins Made eglfs work with backing store based applications again. 2012-08-15 21:13:18 +02:00
printsupport rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00
sql qsql_oci: use OCI_COMMIT_ON_SUCCESS for SELECT without transaction 2012-08-13 23:16:38 +02:00
testlib QtTestLib: use new qEnvironmentVariableIsEmpty() 2012-08-14 20:21:19 +02:00
tools rcc: use new qEnvironmentVariableIsEmpty() 2012-08-14 20:21:23 +02:00
widgets Documentation for QWidgetItem::controlTypes. 2012-08-15 15:30:07 +02:00
winmain fix misnomer: qt_module.prf => qt_build_config.prf 2012-06-19 16:46:08 +02:00
xml rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00
src.pro enable platformsupport for -no-widgets 2012-07-04 02:46:27 +02:00