# HG changeset patch # User Claus Gittinger # Date 1596184113 -7200 # Node ID 20928bf4422c78c6f1637fccbcada9c46ffc5416 # Parent 79f3cf74f3fcfde9560a4f0de99c7514162b0766 #REFACTORING by exept class: ConstantNode changed: #codeForSideEffectOn:inBlock:for: diff -r 79f3cf74f3fc -r 20928bf4422c 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"