From b86359d4abfb47820b5644adb0306bd628de6dd8 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 13 May 2024 08:25:39 +0800 Subject: [PATCH] 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. --- build-aux/makecounter.sh | 1 + src/android.c | 2 +- src/androidfont.c | 10 +++++----- src/androidterm.c | 2 -- src/androidterm.h | 1 + 5 files changed, 8 insertions(+), 8 deletions(-) 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 <