Issue 108597 - fix warnings about uninited values and stream operator
Summary: fix warnings about uninited values and stream operator
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: DEV300m70
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.3
Assignee: dtardon
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 106602
  Show dependency tree
 
Reported: 2010-01-23 12:33 UTC by caolanm
Modified: 2010-04-22 12:45 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
like so (15.78 KB, patch)
2010-01-23 12:34 UTC, caolanm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description caolanm 2010-01-23 12:33:04 UTC
values assigned with =>> may fail, in which case original uninit value is returned.

Patch inits them to 0/false beforehand.
Comment 1 caolanm 2010-01-23 12:34:40 UTC
Created attachment 67369 [details]
like so
Comment 2 caolanm 2010-01-23 12:35:52 UTC
done in cmcfixes71
Comment 3 caolanm 2010-02-08 09:57:19 UTC
reassign for verification
Comment 4 dtardon 2010-02-09 19:04:00 UTC
verified
Comment 5 dtardon 2010-04-22 12:45:59 UTC
integrated in DEV300_m72