gschem: remove unused pointer values in multiattrib code
commit8496ccaa5b5e4af7f05d8dd875c7e73af2464b49
authorGareth Edwards <gareth@edwardsfamily.org.uk>
Wed, 31 Oct 2012 22:59:41 +0000 (31 22:59 +0000)
committerGareth Edwards <gareth@edwardsfamily.org.uk>
Thu, 8 Nov 2012 19:10:52 +0000 (8 19:10 +0000)
tree32d4db936f9d2f4c1acfc2e694eca94fcc3a3baa
parenta92283e0b9309fc716b374d70fcbbf5946562a21
gschem: remove unused pointer values in multiattrib code

In function multiattrib_action_promote_attribute(), the pointer
"o_new" returned by "o_attrib_add_attrib()" is never used.  In
function attrib_edit_dialog_ok(), Pointer "new" returned by
"o_attrib_add_attrib()" is never used. In
gschem_action_connect_proxy(), "label" is unused. Replace all with
cast to (void).

Coverity-ID: 201684
Coverity-ID: 201683
Coverity-ID: 201682
gschem/src/gschem_action.c
gschem/src/x_attribedit.c
gschem/src/x_multiattrib.c