Utils.writeStderr(String.format("There were %d warnings (use warnings() to see them)",nWarnings),true);
}else{
Utils.writeStderr(String.format("There were %d or more warnings (use warnings() to see the first %d)",errorHandlingState.maxWarnings,errorHandlingState.maxWarnings),true);
nWarnings=errorHandlingState.maxWarnings;
Utils.writeStderr(String.format("There were %d or more warnings (use warnings() to see the first %d)",nWarnings,nWarnings),true);