Property opt.warnings
Overload
Options for showing run-time warnings and other info that can be useful to find problems in code at run time.
public static OWarnings warnings { get; }
Property Value
Remarks
Each thread has its own opt.warnings instance. It inherits options from opt.init.warnings.
Examples
opt.warnings.Verbose = false;
print.warning("Example");
print.warning("Example");