mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
Fixed gcc-4.7 warnings
This commit is contained in:
parent
fcbdecfd1e
commit
d9bb24a2e0
4 changed files with 18 additions and 13 deletions
|
@ -100,7 +100,7 @@ void JsonTest::testDecode()
|
|||
const List* list = downcast<List>(r);
|
||||
CPPUNIT_ASSERT(list);
|
||||
const String* s = downcast<String>(list->get(0));
|
||||
const char arr[] = { 0xF0u, 0xA4u, 0xADu, 0xA2u };
|
||||
const unsigned char arr[] = { 0xF0u, 0xA4u, 0xADu, 0xA2u };
|
||||
CPPUNIT_ASSERT_EQUAL(std::string(vbegin(arr), vend(arr)), s->s());
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue