; * src/android.c (android_copy_area): Pacify compiler warning.

This commit is contained in:
Po Lu 2023-05-31 11:50:21 +08:00
parent 456095ed31
commit b1f606f863

View file

@ -4799,6 +4799,9 @@ android_copy_area (android_drawable src, android_drawable dest,
case ANDROID_GC_XOR:
do_blit = android_blit_xor;
break;
default:
emacs_abort ();
}
/* Load the bounds of the destination rectangle. */