Skip to content
Commit aa13f0d6 authored by Glen Ditchfield's avatar Glen Ditchfield 🐛
Browse files

Remove warnings about ignoring return value of removeHeader()

Summary:
Most uses of Content::RemoveHeader() do not check its return value;
they want to remove the header if it is present, but don't care if it
isn't.  This change silences the unnecessary compilation warnings.

Reviewers: dvratil

Reviewed By: dvratil

Subscribers: kde-pim

Tags: #kde_pim

Differential Revision: https://phabricator.kde.org/D24484
parent eb72f49c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment