What is the list of valid @SuppressWarnings warning names in Gosu?
The bit that comes in between the ("") in @SuppressWarnings("").
There is already an SO answer for Java but I'm interested in suppressing the warning that my variable type can be inferred (passing an inferred block variable as a function parameter does not compile so I'm using an explicitly typed variable).
Java answer: What is the list of valid @SuppressWarnings warning names in Java?