Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile/exp/audio: build warnings on go1.6beta1 #13823

Closed
EtienneBruines opened this issue Jan 5, 2016 · 2 comments
Closed

x/mobile/exp/audio: build warnings on go1.6beta1 #13823

EtienneBruines opened this issue Jan 5, 2016 · 2 comments

Comments

@EtienneBruines
Copy link

I have no idea what it means, but I'm putting it up here:

Setup

Go version: go version devel +4b0bc7c Tue Jan 5 04:39:11 2016 +0000 linux/amd64
Command: gomobile install

Expected behavior

No warnings

Actual behavior

# golang.org/x/mobile/exp/audio/al
../../../../../golang.org/x/mobile/exp/audio/al/al_android.go: In function 'al_init':
../../../../../golang.org/x/mobile/exp/audio/al/al_android.go:22:3: warning: passing argument 2 of '(*env)->CallObjectMethod' makes pointer from integer without a cast [enabled by default]
   jstring package_name = (*env)->CallObjectMethod(env, context, get_package_name);
   ^
../../../../../golang.org/x/mobile/exp/audio/al/al_android.go:22:3: note: expected 'jobject' but argument is of type 'uintptr_t'
@crawshaw
Copy link
Member

cc @rakyll

@gopherbot
Copy link

CL https://golang.org/cl/18511 mentions this issue.

@rakyll rakyll self-assigned this Jan 11, 2016
@golang golang locked and limited conversation to collaborators Jan 13, 2017
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
Fixes golang/go#13823.

Change-Id: I13fc9234a2fb991312c148e7d779271454cb7b90
Reviewed-on: https://go-review.googlesource.com/18511
Reviewed-by: David Crawshaw <crawshaw@golang.org>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Fixes golang/go#13823.

Change-Id: I13fc9234a2fb991312c148e7d779271454cb7b90
Reviewed-on: https://go-review.googlesource.com/18511
Reviewed-by: David Crawshaw <crawshaw@golang.org>
@rsc rsc unassigned rakyll Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants