After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 316287 - camel_mime_filter_bestenc_get_best_encoding() has unreachable return statement
camel_mime_filter_bestenc_get_best_encoding() has unreachable return statement
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Mailer
1.4.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-09-14 10:36 UTC by Kjartan Maraas
Modified: 2005-09-22 11:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Kjartan Maraas 2005-09-14 10:36:54 UTC
default:
                if (filter->count0 == 0)
                        return CAMEL_TRANSFER_ENCODING_8BIT;
                else
                        return bestenc;
        }

        return CAMEL_TRANSFER_ENCODING_DEFAULT;
}

The last return statement can never be reached.
Comment 1 parthasarathi susarla 2005-09-22 11:55:27 UTC
Bug fixed on HEAD. Thanks.