up previous next

5.1.9 SuppressWarnings

If the SuppressWarnings option is on, then the system suppress warning statements.

example

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

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