[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.
GCC is a lot more sensitive about -Werror=unused-variable, to the
point that stuff declared in header files but unused in a given
compilation unit is flagged. This may be due to the way we're
here's the fix.
GCC is a lot more sensitive about -Werror=unused-variable, to the point that stuff declared in header files but unused in a given compilation unit is flagged. This may be due to the way we're here's the fix.
Fixes #440