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

compiler warning at pns.c #1

Closed
toto263 opened this issue Sep 15, 2017 · 1 comment
Closed

compiler warning at pns.c #1

toto263 opened this issue Sep 15, 2017 · 1 comment

Comments

@toto263
Copy link

toto263 commented Sep 15, 2017

There are compiler warnings at line 215-216 of pns.c

I think it is not good to assign r1, r2 (uint32_t*) to r1_dep, r2_dep (uint32_t)

r1_dep = __r1;
r2_dep = __r2;
@knik0
Copy link
Owner

knik0 commented Sep 16, 2017

Yes, something's not right here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants