Changeset cd4f24 in git for libpolys/polys


Ignore:
Timestamp:
Feb 21, 2013, 5:32:27 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', '73c62e0961bcfc8f1a00420b41eec2ea3c0ef6e9')
Children:
69658e5e110d586876c43dd51520b4365cec0c52
Parents:
2e4ec146a83f4d025c2cb4229c4b171a375173c1
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 17:32:27+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 20:00:59+01:00
Message:
fix: -Wunused-but-set-variable warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/mod_raw.cc

    r2e4ec14 rcd4f24  
    6262  struct stat sb;
    6363  int nbytes = 0;
    64   int ret;
     64  // int ret;
    6565  lib_types LT=LT_NONE;
    6666
    6767  FILE * fp = feFopen( newlib, "r", libnamebuf, FALSE );
    68   ret = stat(libnamebuf, &sb);
     68  /*ret =*/ (void) stat(libnamebuf, &sb);
    6969
    7070  if (fp==NULL)
Note: See TracChangeset for help on using the changeset viewer.