fix MSVC compilation/build issues

This commit is contained in:
Mario Fink
2021-07-02 09:39:16 +02:00
parent 1d7a512fd4
commit cda6673f85
5 changed files with 28 additions and 28 deletions

View File

@@ -63,7 +63,7 @@ namespace imc
std::cout<<"WARNING: invalid length parameter in "<<thekey_.name_<<"-block "
<<"(block-end:"<<end_<<",buffer-size:"<<buffer_->size()<<")"
<<" => resetting block-end to buffer-size\n";
end_ = buffer_->size();
end_ = (unsigned long int)(buffer_->size());
}
try {