#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Fri, 31 Jul 2020 10:28:33 +0200
changeset 4695 20928bf4422c
parent 4694 79f3cf74f3fc
child 4696 cfef9cabebff
#REFACTORING by exept class: ConstantNode changed: #codeForSideEffectOn:inBlock:for:
ConstantNode.st
--- a/ConstantNode.st	Fri Jul 31 10:27:46 2020 +0200
+++ b/ConstantNode.st	Fri Jul 31 10:28:33 2020 +0200
@@ -228,8 +228,7 @@
     ].      
     aCompiler 
         warning:msg 
-        doNotShowAgainAction:[ ParserFlags warnAboutDeadCodeAndFixMe:false. 
-                               aCompiler parserFlags warnAboutDeadCodeAndFixMe:false ] 
+        doNotShowAgainAction:(aCompiler actionToDisableWarning:#warnAboutDeadCodeAndFixMe)
         position:startPosition to:endPosition.    
 
     "Modified: / 04-03-2007 / 15:29:54 / cg"