From: Alexei Sheplyakov Date: Thu, 25 Sep 2008 09:19:57 +0000 (+0400) Subject: [trivial] excompiler.cpp: shut up some silly compiler warnings. X-Git-Tag: release_1-5-0~58 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=ceb63120f43b41b62dcb0328231a3137d666161b;p=ginac.git [trivial] excompiler.cpp: shut up some silly compiler warnings. GCC warns about 'comparison between signed and unsigned integer expressions'. In this case such comparison is harmless, but still it's a bit annoying. --- diff --git a/ginac/excompiler.cpp b/ginac/excompiler.cpp index 1b4e73d6..bc076945 100644 --- a/ginac/excompiler.cpp +++ b/ginac/excompiler.cpp @@ -246,14 +246,14 @@ void compile_ex(const ex& expr, const symbol& sym1, const symbol& sym2, FUNCP_2P void compile_ex(const lst& exprs, const lst& syms, FUNCP_CUBA& fp, const std::string filename) { lst replacements; - for (int count=0; count expr_with_cname; - for (int count=0; count