diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-02-29 14:58:03 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-02-29 14:58:03 -0600 |
commit | 9e2278a994df1d5a237e4f21bc191965323653c9 (patch) | |
tree | 7c9ddc3bca4d0c9bbffae07de0cd7a5d752e8e0b /Makefile.am.marshal | |
parent | b6454804274860b4716ed6eae826a340e87408d0 (diff) | |
download | libayatana-indicator-9e2278a994df1d5a237e4f21bc191965323653c9.tar.gz libayatana-indicator-9e2278a994df1d5a237e4f21bc191965323653c9.tar.bz2 libayatana-indicator-9e2278a994df1d5a237e4f21bc191965323653c9.zip |
silence Coverity warning "PW.BRANCH_PAST_INITIALIZATION - CID 10615" reported in Bug #939061
Coverity is unhappy that the local variable "priv" is uninitialized if one of the goto branches is followed in this function. Since we only use priv once, a fairly clean way of sidestepping this warning is removing the local variable "priv" and instead using INDICATOR_OBJECT_GET_PRIVATE()'s return pointer directly.
Diffstat (limited to 'Makefile.am.marshal')
0 files changed, 0 insertions, 0 deletions