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:
parent
742801f332
commit
5c0a8e0725
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue