Ignore:
Timestamp:
Feb 20, 2013, 3:48:32 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2e4ec146a83f4d025c2cb4229c4b171a375173c1
Parents:
367df95c40f03bb94a871481eb198951b3a42c85
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-20 15:48:32+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 20:00:58+01:00
Message:
fix: -Wunused-variable warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/templates/p_Procs_Set.h

    r367df9 r6909cfb  
    198198void p_Debug_GetSpecNames(const ring r, const char* &field, const char* &length, const char* &ord)
    199199{
    200   p_Field     e_field = p_FieldIs(r);
    201   p_Length    e_length = p_LengthIs(r);
    202   p_Ord       e_ord = p_OrdIs(r);
     200  /*p_Field     e_field =*/ (void) p_FieldIs(r);
     201  /*p_Length    e_length =*/ (void) p_LengthIs(r);
     202  /*p_Ord       e_ord =*/ (void) p_OrdIs(r);
    203203
    204204  field  = p_FieldEnum_2_String(p_FieldIs(r));
Note: See TracChangeset for help on using the changeset viewer.