I did not understood the problem. Yes, the following code should issue a 
warning when compiled, in my opinion: 
    
    
    proc foo: int =
      discard
    
    echo "foo = ", foo()
    
    
    Run

Reply via email to