** Changed in: indicator-sound
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to The Sound Menu.
https://bugs.launchpad.net/bugs/937449
Title:
Coverity UNUSED_VALUE - CID 10627
Status in Sound Menu:
Invalid
Status in The Sound Menu fifth series:
Won't Fix
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_;
To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/937449/+subscriptions
--
Mailing list: https://launchpad.net/~unity-api-bugs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~unity-api-bugs
More help : https://help.launchpad.net/ListHelp