Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
4.8.4
-
None
-
Cross-compiling Qt on Ubuntu 10.0.4 for the arm processor.
-
481ab62f821c70984df39880497da920e7a226e6
Description
The variable 'count' is not defined in the file qatomic_armv5.h: QBasicAtomicInt::fetchAndStoreOrdered(int newValue).
In other functions, it's defined as an int. Adding "int count = 0;" may resolve the issue.