1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

Improve Android configury

* configure.ac (JAVA_PUSH_LINT): New macro.
(JAVAFLAGS): New variable.  Check for various lint flags and
macros and enable them.
* java/Makefile.in (ANDROID_ABI):
* java/org/gnu/emacs/EmacsSdk7FontDriver.java: Remove compiler
warning.
This commit is contained in:
Po Lu 2023-02-24 22:25:48 +08:00
parent 4ff3904e3c
commit ea74f3c067
3 changed files with 75 additions and 7 deletions

View file

@ -325,7 +325,7 @@ public class EmacsSdk7FontDriver extends EmacsFontDriver
list.add (new Sdk7FontEntity (typefaceList[i]));
}
return (FontEntity[]) list.toArray (new FontEntity[0]);
return list.toArray (new FontEntity[0]);
}
@Override