Le 21/04/2017 à 18:12, Guenter Milde a écrit :
This is a result of the addition of tooltips for some special chars (where
the symbol in the GUI is a bit ambiguous...).
No tooltips for the values above is the intended behaviour.

What would be the correct way to silence the warnings?

The lazy solution is to add a
  default:
    break;
statement at the end of the switch.

The better solution is to add cases to enumerate all the cases that do not need a tooltip. This way you get a warning when adding a new element if you did not decide whether a tooltip was needed.

JMarc

Reply via email to