[gmx-developers] Jenkins errors when compiling without ASSERT
David van der Spoel
spoel at xray.bmc.uu.se
Wed Aug 12 22:26:57 CEST 2015
Hi, I have some code like
void koko(const std::string &resname)
{
...
GMX_ASSERT((resname.compare(nt) == 0), buf);
}
and now Jenkins decided that resname is not used in my function, and my
build fails.
Any simple workaround except doing unnecessary stuff?
--
David van der Spoel, Ph.D., Professor of Biology
Dept. of Cell & Molec. Biol., Uppsala University.
Box 596, 75124 Uppsala, Sweden. Phone: +46184714205.
spoel at xray.bmc.uu.se http://folding.bmc.uu.se
More information about the gromacs.org_gmx-developers
mailing list