184 |
|
/* initialize calcomp routines early */ |
185 |
|
initfunc(); |
186 |
|
calcontext(RCCONTEXT); |
187 |
+ |
esupport &= ~E_REDEFW; /* temporary */ |
188 |
|
/* option city */ |
189 |
|
for (i = 1; i < argc; i++) { |
190 |
|
/* expand arguments */ |
307 |
|
if (i != argc-1) |
308 |
|
error(USER, "expected single octree argument"); |
309 |
|
|
310 |
+ |
esupport |= E_REDEFW; |
311 |
|
override_options(); /* override some option settings */ |
312 |
|
|
313 |
|
if (!myRCmanager.GetOutput()) // check that we have work to do |
523 |
|
const char *s |
524 |
|
) |
525 |
|
{ |
526 |
+ |
if (!erract[WARNING].pf) return; |
527 |
|
int lasterrno = errno; |
528 |
|
eputs(s); |
529 |
|
errno = lasterrno; |