]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/android.c (android_copy_area): Pacify compiler warning.
authorPo Lu <luangruo@yahoo.com>
Wed, 31 May 2023 03:50:21 +0000 (11:50 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 31 May 2023 03:51:24 +0000 (11:51 +0800)
src/android.c

index 9d1399f3fc24669aef53fb0cd73631669c88ff21..625253bdfe06a368d72af7dcfac6d53e85cee095 100644 (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.  */