more fixes

This commit is contained in:
Günter Obiltschnig
2020-01-09 19:34:31 +01:00
parent 950085520a
commit 988c16aebc
6 changed files with 12 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ void Preparator::prepare(std::size_t pos, const Poco::UInt64&)
}
#ifndef POCO_INT64_IS_LONG
void Preparator::prepare(std::size_t pos, const long&)
{
}
@@ -76,6 +77,7 @@ void Preparator::prepare(std::size_t pos, const long&)
void Preparator::prepare(std::size_t pos, const unsigned long&)
{
}
#endif
void Preparator::prepare(std::size_t pos, const bool&)