Changeset 2e5f59 in git


Ignore:
Timestamp:
Mar 19, 2009, 12:06:04 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1122b22f64e9f1131b42cfe12973c0ad95b902b2
Parents:
5f6d1370d79791f9679ae296cfacd45e453692f3
Message:
*hannes: gcc warning


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

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    r5f6d137 r2e5f59  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipassign.cc,v 1.102 2009-02-20 09:28:58 Singular Exp $ */
     4/* $Id: ipassign.cc,v 1.103 2009-03-19 11:04:56 Singular Exp $ */
    55
    66/*
     
    397397    else
    398398    {
    399       Werror("string index %d out of range 1..%d",e->start,strlen(s));
     399      Werror("string index %d out of range 1..%d",e->start,(int)strlen(s));
    400400      return TRUE;
    401401    }
  • Singular/walk.cc

    r5f6d137 r2e5f59  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: walk.cc,v 1.17 2009-01-06 16:55:31 Singular Exp $ */
     4/* $Id: walk.cc,v 1.18 2009-03-19 11:06:04 Singular Exp $ */
    55/*
    66* ABSTRACT: Implementation of the Groebner walk
     
    922922  Print("// max total degree of %s = %d\n",cG, maxdeg);
    923923  Print("// max coefficient of %s  = %s", cG, pStr);//ing(p));
    924   Print(" which consists of %d digits", strlen(pStr));
     924  Print(" which consists of %d digits", (int)strlen(pStr));
    925925  PrintLn();
    926926}
Note: See TracChangeset for help on using the changeset viewer.