Branch: Tag:

2015-10-18

2015-10-18 17:55:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Added warning about unused labels.

This also catches the typo this:foo vs this::foo in places where labels
are valid.

892:    };   ]])    + test_compile_warning([[ +  class A { +  int foo; +  protected void create(int foo) +  { +  // Intentional common typo below. +  this:foo = foo; +  } +  }; + ]])   //      test_any([[