Page MenuHomePhabricator

Warning in berry::StackTrace due to unused result
Closed, InvalidPublic

Description

In berry::StackTrace (lines 497, 500, 501, 508 and 509) the return value of the method write is not checked, causing warnings.

Event Timeline

[SVN revision 24924]
FIX (#4777): removed warnings by checking the return value of write()

There is also a warning in berry::StackTrace::StackTrace() line 775 when calling write(.) without checking the return value.

I cannot reproduce the warning.

kislinsk changed the task status from Invalid to Spite.Jun 27 2018, 1:33 PM
kislinsk added a project: Bulk Edit.
kislinsk changed the task status from Spite to Invalid.Jun 27 2018, 1:37 PM
kislinsk removed a project: Bulk Edit.