summaryrefslogtreecommitdiffstats
path: root/tools/configure/configure.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-14 13:29:24 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-15 23:40:57 +0200
commitd244713340420d118b27e9baac0bd06fb1fde560 (patch)
tree9f79da627ecfac3071cc4356a4dab14071d8ba7d /tools/configure/configure.pro
parent069469b468c482244c5d0c1459be32e8fbbca1eb (diff)
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>
Diffstat (limited to 'tools/configure/configure.pro')
0 files changed, 0 insertions, 0 deletions