Changeset 5a0dde7 in git for libpolys/coeffs/longrat.cc


Ignore:
Timestamp:
Nov 30, 2022, 4:20:33 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
359f091d847d84e3068b087a2f919ff57690cf61
Parents:
868d3759084a4962082cd723281f7478044693bb
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-11-30 16:20:33+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-11-30 16:23:01+01:00
Message:
cleanup some coeffs (compiler warnings)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.cc

    r868d375 r5a0dde7  
    209209}
    210210
    211 number nlMapZ(number from, const coeffs src, const coeffs dst)
     211number nlMapZ(number from, const coeffs /*src*/, const coeffs dst)
    212212{
    213213  if (SR_HDL(from) & SR_INT)
Note: See TracChangeset for help on using the changeset viewer.