commit | 8954bae3ce1ae5b64218b8731da9a8d7f46db9a7 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Mon Jul 30 15:29:11 2012 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Thu Aug 09 18:34:57 2012 +0000 |
tree | 22b3e4adbb5bf66b7b7999ac3b02cb943a9f1312 | |
parent | acfbe712df86e20634b7860be91e16ae9aa39cd0 [diff] |
sparc: fix expression with uninitialized initial value err was uninitialized, it's not OK to use |=. Spotted by Clang compiler. Fix by implementing the earlier statement which initializes the variable. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>