Changeset 056089 in git for dyn_modules


Ignore:
Timestamp:
Jan 2, 2012, 1:12:19 PM (12 years ago)
Author:
Jan Engelhardt <jengelh@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
240fe341d811574b08eb3be9ccacd93348ef1048
Parents:
f5c16a012d815b8103d999d02bd9111babe07f3b
git-author:
Jan Engelhardt <jengelh@inai.de>2012-01-02 13:12:19+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-12-06 20:20:38+01:00
Message:
src: resolve compiler warnings for -Wreturn-type

The compiler cannot always know that some places are not reached.

Minor.cc: In member function 'int MinorKey::getRelativeColumnIndex(int) const':
Minor.cc:284:1: warning: control reaches end of non-void function [-Wreturn-type]
Minor.cc: In member function 'int MinorKey::getRelativeRowIndex(int) const':
Minor.cc:253:1: warning: control reaches end of non-void function [-Wreturn-type]
Minor.cc: In member function 'int MinorKey::getAbsoluteColumnIndex(int) const':
Minor.cc:180:1: warning: control reaches end of non-void function [-Wreturn-type]
Minor.cc: In member function 'int MinorKey::getAbsoluteRowIndex(int) const':
Minor.cc:149:1: warning: control reaches end of non-void function [-Wreturn-type]
binomial.cc: In member function 'binomial& binomial::flip_variable(const short int&)':
binomial.cc:1850:1: warning: control reaches end of non-void function [-Wreturn-type]
minpoly.cc: In member function 'int NewVectorMatrix::findLargestNonpivot()':
minpoly.cc:387:1: warning: control reaches end of non-void function [-Wreturn-type]
minpoly.cc: In member function 'int NewVectorMatrix::findSmallestNonpivot()':
minpoly.cc:362:1: warning: control reaches end of non-void function [-Wreturn-type]
mod_main.cc: In function 'BOOLEAN {anonymous}::_p_Content(leftv, leftv)':
mod_main.cc:936:1: warning: control reaches end of non-void function [-Wreturn-type]
File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.