Changeset e2202ee in git for Singular/linearAlgebra_ip.cc


Ignore:
Timestamp:
Oct 30, 2013, 6:06:10 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6bf3eb6562daca62390dcfae2e79a0bbe6b0bb5f
Parents:
17bdb2dc9f70b60fd8d6e0b982bce9729a6f2792
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-30 18:06:10+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-31 10:34:28+01:00
Message:
fix: compiler warnings (64bit/const char*)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/linearAlgebra_ip.cc

    r17bdb2 re2202ee  
    9090      eigenvalues->m[i].data = (void*)nCopy(distinctEVs[i]);
    9191      multiplicities->m[i].rtyp = INT_CMD;
    92       multiplicities->m[i].data = (void*)mults[i];
     92      multiplicities->m[i].data = (void*)(long)mults[i];
    9393      nDelete(&distinctEVs[i]);
    9494    }
Note: See TracChangeset for help on using the changeset viewer.