Changeset 14ad9b in git


Ignore:
Timestamp:
Dec 5, 2012, 4:27:52 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
280286e6acf5c8f548db784d83f19277edc9280e
Parents:
c5fac3e38a4c93da1c7b95fa24d1ae62584ef839
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-12-05 16:27:52+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-12-05 18:35:48+01:00
Message:
Fix gcc warnings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    rc5fac3 r14ad9b  
    11171117    type = nRegister(n_transExt, ntInitChar);
    11181118    assume(type == n_transExt);
     1119     
     1120    (void)type;
    11191121  }
    11201122#endif
  • libpolys/polys/nc/old.gring.cc

    rc5fac3 r14ad9b  
    24632463  matrix M = r->GetNC()->MT[UPMATELEM(i,j,rN)];
    24642464  /*  return(M); */
     2465/*
    24652466  int sizeofres;
    24662467  if (metric==0)
     
    24722473    sizeofres=sizeof(number);
    24732474  }
     2475*/
    24742476  matrix res=mpNew(size,size);
    24752477  int s;
Note: See TracChangeset for help on using the changeset viewer.