From ceb63120f43b41b62dcb0328231a3137d666161b Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Thu, 25 Sep 2008 13:19:57 +0400 Subject: [PATCH] [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. --- ginac/excompiler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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