GNOME Bugzilla – Bug 689462
Surpressed unused variable warnings in Vala
Last modified: 2013-05-15 10:16:37 UTC
Since Vala supports RAII it is possible to have dummy variables that nonetheless needs to be alive through the whole method. For example libgee's Gee.HazardPointer.Context. It produces a lot of warnings which don't denote real problem and might hide the real ones.
*** This bug has been marked as a duplicate of bug 700375 ***