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, master has been updated via 3cb110c5ca2330a0a155660f32d42e3d0ebc0db1 (commit) from c3c748381bda4f81b68e50db2eed440c19f24b85 (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 3cb110c5ca2330a0a155660f32d42e3d0ebc0db1 Author: Alexei Sheplyakov <varg@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