up previous next
5.1.9 SuppressWarnings
If the SuppressWarnings option is on, then the system suppress warning statements.

Example
  Use ZZ/(4);
-- WARNING: Coeffs are not in a field
-- GBasis-related computations could fail to terminate or be wrong
-------------------------------

-------------------------------
  Set SuppressWarnings;
Use ZZ/(4);