Changeset 934108 in git


Ignore:
Timestamp:
Jan 8, 2014, 11:44:46 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
2be649eab44c670d3261f02f9d076dcfe2aeca81
Parents:
55b6460bd959ca225e9f7eb6734490a7f9ec5d83
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 11:44:46+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 15:56:29+01:00
Message:
Fixing compiler warning
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/tgb_internal.h

    r55b6460 r934108  
    12811281    assume(coef_array[j]!=0);
    12821282    CoefIdx<number_type> ci;
    1283     ci.coef=F4mat_to_number_type(npNegM((number)coef_array[j],currRing->cf));
     1283    ci.coef=F4mat_to_number_type(npNegM((number)(unsigned long)coef_array[j],currRing->cf));
    12841284    ci.idx=idx_array[j];
    12851285    pairs[pos++]=ci;
  • libpolys/polys/kbuckets.cc

    r55b6460 r934108  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 #include <omalloc/omalloc.h>
    5 
    64//#include <kernel/mod2.h>
    75#ifdef HAVE_CONFIG_H
    86#include "libpolysconfig.h"
    97#endif /* HAVE_CONFIG_H */
     8
     9#include <omalloc/omalloc.h>
    1010#include <misc/auxiliary.h>
    1111
Note: See TracChangeset for help on using the changeset viewer.