Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Guillaume_G:WSL
mingw64-kdepimlibs4
0001-Fix-gcc-7.1-compile-error-invalid-conversi...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-gcc-7.1-compile-error-invalid-conversion-from-char.txt of Package mingw64-kdepimlibs4
From 04ec9541b6a561fbdf16a1a3ae60627c0f01731d Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@blendertest.wh.sag.de> Date: Wed, 31 May 2017 14:47:30 +0200 Subject: [PATCH] Fix gcc 7.1 compile error "invalid conversion from 'char' to 'const char*'". --- kmime/tests/auto/contenttest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmime/tests/auto/contenttest.cpp b/kmime/tests/auto/contenttest.cpp index fc54e92..f183b07 100644 --- a/kmime/tests/auto/contenttest.cpp +++ b/kmime/tests/auto/contenttest.cpp @@ -320,7 +320,7 @@ void ContentTest::testEncodedContent() void ContentTest::testDecodedContent() { Content *c = new Content(); - c->setBody( '\0' ); + c->setBody( "\0" ); QVERIFY( c->decodedContent() == QByteArray() ); c->setBody( QByteArray() ); QVERIFY( c->decodedContent() == QByteArray() ); -- 1.8.4.5
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor