Coverity UNUSED_VALUE - CID 10599

Bug #937527 reported by Product Strategy Coverity Bug Uploader
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libunity
Won't Fix
Low
Unassigned
5.0
Won't Fix
Low
Unassigned

Bug Description

This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity
CID: 10599
Checker: UNUSED_VALUE
Category: No category available
CWE definition: http://cwe.mitre.org/data/definitions/563.html
File: /tmp/buildd/libunity-5.4.0/src/unity-scope-private.c
Function: unity_scope_impl_real_set_view_type_finish()
Code snippet:
2631 UnityScopeImplSetViewTypeData* _data_;
2632 if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (_res_), error)) {
2633 return;
2634 }
CID 10599 - UNUSED_VALUE
Pointer "_data_" returned by "g_simple_async_result_get_op_res_gpointer((GSimpleAsyncResult *)g_type_check_instance_cast((GTypeInstance *)_res_, g_simple_async_result_get_type()))" is never used.
2635 _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_));
2636 }
2637
2638
2639 static gboolean unity_scope_impl_real_set_view_type_co (UnityScopeImplSetViewTypeData* _data_) {
2640 switch (_data_->_state_) {

Revision history for this message
Product Strategy Coverity Bug Uploader (coverity-uploader) wrote : libunity-5.0: /tmp/buildd/libunity-5.4.0/src/unity-scope-private.c

Source file with Coverity annotations.

Changed in libunity:
importance: Undecided → Low
Michal Hruby (mhr3)
Changed in libunity:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.