Changeset b58d47 in git for libpolys/coeffs


Ignore:
Timestamp:
May 10, 2011, 3:49:30 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
650f2d813320751a4d90da4b788c6d807b2ff833
Parents:
643b1eba3ef81d25890fada39f203bb96b71bd49
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-05-10 15:49:30+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:41+01:00
Message:
start eliminating `unused parameter' warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/modulop.h

    r643b1eb rb58d47  
    153153#endif
    154154
    155 static inline BOOLEAN npIsZeroM (number  a, const coeffs r)
     155static inline BOOLEAN npIsZeroM (number  a, const coeffs)
    156156{
    157157  return 0 == (long)a;
Note: See TracChangeset for help on using the changeset viewer.