Changeset aa4456 in git


Ignore:
Timestamp:
Dec 21, 2023, 2:37:51 PM (5 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
edd935d7a5655916bffe6f3c9e875b2762e9ed15
Parents:
f17fdfaee3919c92810e337bf022084eb688c857
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2023-12-21 14:37:51+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2023-12-21 14:38:46+01:00
Message:
compiler warnings
Location:
libpolys/polys/monomials
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    rf17fdfa raa4456  
    672672          return j;
    673673        }
     674      default:
     675      #if 0
    674676      case ringorder_c: /* nothing to do*/
    675677      case ringorder_C: /* nothing to do*/
     
    681683      case ringorder_L: /* to make clang happy, does not occur*/
    682684      case ringorder_aa: /* ignored by p_WTotaldegree*/
     685      #endif
    683686        break;
    684687    /* no default: all orderings covered */
  • libpolys/polys/monomials/ring.cc

    rf17fdfa raa4456  
    55765576          break;
    55775577        }
     5578        default:
     5579        #if 0
    55785580        // not yet done:
    55795581        case ringorder_ls:
     
    55925594        case ringorder_L:
    55935595        case ringorder_unspec:
     5596        #endif
    55945597          Werror("order %s not (yet) supported", rSimpleOrdStr(src->order[i]));
    55955598          break;
Note: See TracChangeset for help on using the changeset viewer.