[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, ginac_1-4, updated. release_1-4-0-33-g0eeb19e

varg at theor.jinr.ru varg at theor.jinr.ru
Tue Mar 4 10:51:12 CET 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GiNaC -- a C++ library for symbolic computations".

The branch, ginac_1-4 has been updated
       via  0eeb19e927b18a2ddc6d062a42f5809443dee77a (commit)
      from  c5b33532bf01f11cbc989b52c527d96762b5c622 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0eeb19e927b18a2ddc6d062a42f5809443dee77a
Author: Alexei Sheplyakov <varg at theor.jinr.ru>
Date:   Tue Mar 4 12:46:59 2008 +0300

    symbol.cpp: shut up useless warnings
    
    ../../sw/ginac/ginac/symbol.h: In constructor 'GiNaC::symbol::symbol()':
    ../../sw/ginac/ginac/symbol.h:112: warning: 'GiNaC::symbol::ret_type_tinfo' will be initialized after
    ../../sw/ginac/ginac/symbol.h:110: warning:   'unsigned int GiNaC::symbol::domain'
    ../../sw/ginac/ginac/symbol.cpp:47: warning:   when initialized here
    ../../sw/ginac/ginac/symbol.h: In constructor 'GiNaC::symbol::symbol(const std::string&, unsigned int)':
    ../../sw/ginac/ginac/symbol.h:112: warning: 'GiNaC::symbol::ret_type_tinfo' will be initialized after
    ../../sw/ginac/ginac/symbol.h:110: warning:   'unsigned int GiNaC::symbol::domain'
    ../../sw/ginac/ginac/symbol.cpp:75: warning:   when initialized here
    ../../sw/ginac/ginac/symbol.h: In constructor 'GiNaC::symbol::symbol(const std::string&, unsigned int, const void*, unsigned int)':
    
    The warnings are a bit silly, but they can hide more useful ones.

-----------------------------------------------------------------------

Summary of changes:
 ginac/symbol.cpp |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations


More information about the GiNaC-devel mailing list