2
0
mirror of synced 2025-02-23 23:08:14 +00:00
Elias Naur bceb7ef27c app: fix cgo exported function signature
Fixes a build warning:

android.c:102:44: warning: incompatible pointer types assigning to 'void (*)(ANativeActivity *, int)' (aka 'void (*)(struct ANativeActivity *, int)') from 'void (ANativeActivity *, GoInt)' (aka 'void (struct ANativeActivity *, long long)') [-Wincompatible-pointer-types]

Change-Id: Ib70bcf8a8e32bb1885ec809d239199fccb1dc4fa
Reviewed-on: https://go-review.googlesource.com/128235
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2018-08-08 22:10:59 +00:00
..
2015-12-15 18:31:03 +00:00
2015-12-25 00:41:33 +00:00
2016-02-25 00:29:21 +00:00