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