ByteCodeCompiler.st
changeset 1365 19b74038d133
parent 1363 2ce77081f79a
child 1367 32b899ef3347
--- a/ByteCodeCompiler.st	Wed Jan 29 20:32:34 2003 +0100
+++ b/ByteCodeCompiler.st	Fri Jan 31 16:24:40 2003 +0100
@@ -2980,8 +2980,8 @@
         fold ifFalse:[self foldConstants:nil].
         self notifying:requestor.
         silent ifTrue:[
-    "/        self ignoreErrors.
-            self ignoreWarnings.
+    "/        self ignoreErrors:true.
+            self ignoreWarnings:true.
             self warnUndeclared:false.
         ].
 
@@ -3814,7 +3814,7 @@
 !ByteCodeCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.206 2003-01-29 17:59:00 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.207 2003-01-31 15:24:40 penk Exp $'
 ! !
 
 ByteCodeCompiler initialize!