; * src/android.c (android_copy_area): Pacify compiler warning.
This commit is contained in:
parent
456095ed31
commit
b1f606f863
1 changed files with 3 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue