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/polys/nc/old.gring.cc

    r6909cfb r2e4ec14  
    33383338  /* shift defines the position of a subring in srcRing */
    33393339  /* par_shift defines the position of a subfield in basefield of CurrRing */
    3340 poly p_CopyEmbed(poly p, ring srcRing, int shift, int par_shift, ring dstRing)
     3340poly p_CopyEmbed(poly p, ring srcRing, int shift, int /*par_shift*/, ring dstRing)
    33413341{
    33423342  if (dstRing == srcRing)
Note: See TracChangeset for help on using the changeset viewer.