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"