From: Po Lu Date: Mon, 13 May 2024 00:25:39 +0000 (+0800) Subject: Complete pacification of build warnings on Android X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1524^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b86359d4abfb47820b5644adb0306bd628de6dd8;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. --- 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 <