ConstantNode.st
changeset 4695 20928bf4422c
parent 4691 792a4618488c
child 4706 c66624849b64
equal deleted inserted replaced
4694:79f3cf74f3fc 4695:20928bf4422c
   226             msg := 'Reminder in code: ',value  
   226             msg := 'Reminder in code: ',value  
   227         ].
   227         ].
   228     ].      
   228     ].      
   229     aCompiler 
   229     aCompiler 
   230         warning:msg 
   230         warning:msg 
   231         doNotShowAgainAction:[ ParserFlags warnAboutDeadCodeAndFixMe:false. 
   231         doNotShowAgainAction:(aCompiler actionToDisableWarning:#warnAboutDeadCodeAndFixMe)
   232                                aCompiler parserFlags warnAboutDeadCodeAndFixMe:false ] 
       
   233         position:startPosition to:endPosition.    
   232         position:startPosition to:endPosition.    
   234 
   233 
   235     "Modified: / 04-03-2007 / 15:29:54 / cg"
   234     "Modified: / 04-03-2007 / 15:29:54 / cg"
   236 !
   235 !
   237 
   236