From: Po Lu Date: Mon, 13 May 2024 00:25:39 +0000 (+0800) Subject: Complete pacification of build warnings on Android X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98bc75dd8bf3f8aaae7f3a6853f49143873a52d7;p=emacs.git Complete pacification of build warnings on Android * build-aux/makecounter.sh: Introduce extern declaration of emacs_shortlisp_counter. * src/android.c (android_class_path): Declare static. * src/androidfont.c (font_driver_class, font_spec_class) (integer_class, font_metrics_class, font_object_class): Declare static. * src/androidterm.c (android_frame_parm_handlers): Move declaration... * src/androidterm.h (android_frame_parm_handlers): ... here. (cherry picked from commit b86359d4abfb47820b5644adb0306bd628de6dd8) --- diff --git a/build-aux/makecounter.sh b/build-aux/makecounter.sh index a63fcbb7c61..4d572d5ab80 100755 --- a/build-aux/makecounter.sh +++ b/build-aux/makecounter.sh @@ -36,6 +36,7 @@ cat > $1 <