Skip to content

0.11 devel- GCC compilation warnings fixed #494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 2, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
removed unused function that caused compilation warnings on GCC
  • Loading branch information
el-bart committed Feb 1, 2015
commit 15ece5a71df8d6e8896e1e5510e2bd34ff60331d
1 change: 0 additions & 1 deletion libs/mime/test/mime-roundtrip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ void test_roundtrip(const char *fileName) {
BOOST_CHECK_EQUAL(readfile(fileName), from_mime(mp));
}

void test_expected_parse_fail(const char *) {}
}

using namespace boost::unit_test;
Expand Down