***** NOT YET UPDATED TO CoCoA-5: follow with care *****
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);