Changeset 94a5cd in git


Ignore:
Timestamp:
Oct 10, 2006, 3:21:03 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
8fc1b4d51d3b74816a22e5b09d2875ca81a5c44d
Parents:
6cd020c1098b7e0e7d2a0705aac19f57b4037207
Message:
*hannes: gcc-4.1.1


git-svn-id: file:///usr/local/Singular/svn/trunk@9451 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
MP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • MP/MP/MP.h

    r6cd020 r94a5cd  
    986986                                            MP_Status_t the_err));
    987987
    988 #define MP_ClearError(link) ((MP_Status_t) (link)->MP_errno = MP_Success)
     988#define MP_ClearError(link) ((MP_Status_t) ((link)->MP_errno = (int)MP_Success))
    989989
    990990EXTERN void MP_PrintError _ANSI_ARGS_((MP_Link_pt link));
  • MP/MP/h/MP_Util.h

    r6cd020 r94a5cd  
    4444                                            MP_Status_t the_err));
    4545
    46 #define MP_ClearError(link) ((MP_Status_t) (link)->MP_errno = MP_Success)
     46#define MP_ClearError(link) ((MP_Status_t) ((link)->MP_errno = (int)MP_Success))
    4747
    4848EXTERN void MP_PrintError _ANSI_ARGS_((MP_Link_pt link));
  • MP/MPT/MPT_GP.cc

    r6cd020 r94a5cd  
    490490    MPT_GP_DistMvPoly_t(tnode, coeffs, nvars,
    491491                        MPT_GetGP_Ordering(
    492                           MPT_AnnotValue(tnode,
     492                          (MPT_Node_t*)MPT_AnnotValue(tnode,
    493493                                         MP_PolyDict,
    494494                                         MP_AnnotPolyOrdering),
    495495                          nvars),
    496496                        MPT_GetGP_Ordering(
    497                           MPT_AnnotValue(tnode,
     497                          (MPT_Node_t*)MPT_AnnotValue(tnode,
    498498                                         MP_PolyDict,
    499499                                         MP_AnnotShouldHavePolyOrdering),
Note: See TracChangeset for help on using the changeset viewer.