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

compilation warnings #15

Open
blshkv opened this issue Feb 27, 2016 · 0 comments
Open

compilation warnings #15

blshkv opened this issue Feb 27, 2016 · 0 comments

Comments

@blshkv
Copy link

blshkv commented Feb 27, 2016

x86_64-pc-linux-gnu-gcc -Wall -fPIC -fno-strict-aliasing -march=native -O2 -pipe -c  -DLIBFTDI1=0 mpsse_wrap.c  -I/usr/include/python3.4
mpsse_wrap.c: In function ‘_wrap_Read’:
mpsse_wrap.c:6935:5: warning: implicit declaration of function ‘PyString_FromStringAndSize’ [-Wimplicit-function-declaration]
     resultobj = PyString_FromStringAndSize((&result)->data, (&result)->size);
     ^
mpsse_wrap.c:6935:15: warning: assignment makes pointer from integer without a cast
     resultobj = PyString_FromStringAndSize((&result)->data, (&result)->size);
               ^
mpsse_wrap.c: In function ‘_wrap_Transfer’:
mpsse_wrap.c:6973:15: warning: assignment makes pointer from integer without a cast
     resultobj = PyString_FromStringAndSize((&result)->data, (&result)->size);
               ^
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

1 participant