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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to