mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
essage=disable char and short tests on Mac (annoying warnings)
This commit is contained in:
@@ -362,10 +362,13 @@ void StringTest::testCat()
|
|||||||
|
|
||||||
void StringTest::testStringToInt()
|
void StringTest::testStringToInt()
|
||||||
{
|
{
|
||||||
|
//gcc on Mac emits warnings that cannot be suppressed
|
||||||
|
#ifndef POCO_OS_FAMILY_BSD
|
||||||
stringToInt<Poco::Int8>();
|
stringToInt<Poco::Int8>();
|
||||||
stringToInt<Poco::UInt8>();
|
stringToInt<Poco::UInt8>();
|
||||||
stringToInt<Poco::Int16>();
|
stringToInt<Poco::Int16>();
|
||||||
stringToInt<Poco::UInt16>();
|
stringToInt<Poco::UInt16>();
|
||||||
|
#endif
|
||||||
stringToInt<Poco::Int32>();
|
stringToInt<Poco::Int32>();
|
||||||
stringToInt<Poco::UInt32>();
|
stringToInt<Poco::UInt32>();
|
||||||
#if defined(POCO_HAVE_INT64)
|
#if defined(POCO_HAVE_INT64)
|
||||||
|
|||||||
Reference in New Issue
Block a user