[med-svn] [Git][med-team/libncl][upstream] New upstream version 2.1.21+git20210811.b1213a7
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Oct 17 07:05:48 BST 2021
Andreas Tille pushed to branch upstream at Debian Med / libncl
Commits:
300d2fa2 by Andreas Tille at 2021-10-17T07:41:31+02:00
New upstream version 2.1.21+git20210811.b1213a7
- - - - -
2 changed files:
- CMakeLists.txt
- ncl/nxstaxablock.cpp
Changes:
=====================================
CMakeLists.txt
=====================================
@@ -1,5 +1,7 @@
cmake_minimum_required (VERSION 3.1)
+project(ncl)
+
if(MSVC)
# Force to always compile with W4
if(CMAKE_CXX_FLAGS MATCHES "/W[0-4]")
=====================================
ncl/nxstaxablock.cpp
=====================================
@@ -276,7 +276,7 @@ void NxsTaxaBlock::CheckCapitalizedTaxonLabel(
if (dimNTax < ind)
{
NxsString e;
- e << "Number of stored labels (" << taxLabels.size() << ") exceeds the NTax specified (" << dimNTax<<").";
+ e << "Number of stored labels (" << (unsigned)taxLabels.size() << ") exceeds the NTax specified (" << dimNTax<<").";
throw NxsException(e);
}
if (CapitalizedTaxLabelToNumber(s) != 0)
View it on GitLab: https://salsa.debian.org/med-team/libncl/-/commit/300d2fa262464d7c54be7cf712e332e30a758441
--
View it on GitLab: https://salsa.debian.org/med-team/libncl/-/commit/300d2fa262464d7c54be7cf712e332e30a758441
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211017/90c76bda/attachment-0001.htm>
More information about the debian-med-commit
mailing list