Coverity UNUSED_VALUE - CID 10627

Bug #937449 reported by Product Strategy Coverity Bug Uploader
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
The Sound Menu
Invalid
Low
Conor Curran
Fifth
Won't Fix
Low
Conor Curran

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: 10627
Checker: UNUSED_VALUE
Category: No category available
CWE definition: http://cwe.mitre.org/data/definitions/563.html
File: /tmp/buildd/indicator-sound-0.8.0.0/build/gtk2/src/fetch-file.c
Function: fetch_file_read_something_finish()
Code snippet:
276
277
278 static void fetch_file_read_something_finish (FetchFile* self, GAsyncResult* _res_) {
279 FetchFileReadSomethingAsyncData* _data_;
CID 10627 - 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.
280 _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_));
281 }
282
283
284 static void fetch_file_read_something_async_ready (GObject* source_object, GAsyncResult* _res_, gpointer _user_data_) {
285 FetchFileReadSomethingAsyncData* _data_;

Revision history for this message
Product Strategy Coverity Bug Uploader (coverity-uploader) wrote : indicator-sound-fifth: /tmp/buildd/indicator-sound-0.8.0.0/build/gtk2/src/fetch-file.c

Source file with Coverity annotations.

Changed in indicator-sound:
importance: Undecided → Low
Conor Curran (cjcurran)
Changed in indicator-sound:
status: New → Triaged
assignee: nobody → Conor Curran (cjcurran)
Conor Curran (cjcurran)
Changed in indicator-sound:
status: Triaged → Incomplete
tags: added: c-generated-vala
Lars Karlitski (larsu)
Changed in indicator-sound:
status: Incomplete → Invalid
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.