]> www.ginac.de Git - ginac.git/commit
[trivial] excompiler.cpp: shut up some silly compiler warnings.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 25 Sep 2008 09:19:57 +0000 (13:19 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Tue, 30 Sep 2008 20:04:24 +0000 (00:04 +0400)
commitceb63120f43b41b62dcb0328231a3137d666161b
tree7817bb7629cc7723060b2e5225e32088d6992736
parenta377cee53b71348235ec36f83afeced7e10288a8
[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