Changeset 2e4ec14 in git for libpolys/coeffs/coeffs.h


Ignore:
Timestamp:
Feb 21, 2013, 12:31:21 AM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cd4f243f3aafc7080a52fa973f2d90493e4847f2
Parents:
6909cfb17ff34ff746782e3cb8cdb891e03521dd
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 00:31:21+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 20:00:58+01:00
Message:
fix: -Wunused-parameter warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffs.h

    r6909cfb r2e4ec14  
    592592/// test whether n is a correct number;
    593593/// only used if LDEBUG is defined
     594#ifdef LDEBUG
    594595static inline BOOLEAN n_DBTest(number n, const char *filename, const int linenumber, const coeffs r)
     596#else
     597static inline BOOLEAN n_DBTest(number, const char*, const int, const coeffs)
     598#endif
    595599{
    596600  assume(r != NULL);
Note: See TracChangeset for help on using the changeset viewer.