1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00

Warning fix in Release.

This commit is contained in:
King_DuckZ 2016-01-07 15:12:21 +00:00
parent 742801f332
commit 5c0a8e0725

View file

@ -50,6 +50,7 @@ namespace pq {
std::string binary_to_string (const char* parValue, Oid parType, int parLength) {
using boost::lexical_cast;
static_cast<void>(parLength);
assert(parValue);
assert(parLength > 0);