previous next |
4.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); |