Search:

Type: Posts; User: Marcus

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    2,584

    Re: Unreachable statements

    Well, actually I've written a programming language that creates windows applications. I'm now working on a version of the compiler that creates Java applets instead. I know it's probably not of any...
  2. Replies
    7
    Views
    2,584

    Re: Unreachable statements

    During the creation of a program I can see plenty of good reasons for temporarily wanting to have unreachable code. You may for example want to switch off large parts of a function with a simple...
  3. Replies
    7
    Views
    2,584

    Unreachable statements

    Is it somehow possible to make the compiler not to care about unreachable statements? Wouldn't a warning be enough?

    Best regards
    Marcus
Results 1 to 3 of 3