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

warning: this decimal constant is unsigned only in ISO C90 #27

Closed
aapo opened this issue Jun 11, 2013 · 1 comment
Closed

warning: this decimal constant is unsigned only in ISO C90 #27

aapo opened this issue Jun 11, 2013 · 1 comment

Comments

@aapo
Copy link

aapo commented Jun 11, 2013

Will this be critical?
Using: sbox-arm-none-linux-gnueabi-gcc (Linaro GCC 4.7-2012.07) 4.7.2 20120701 (prerelease)

sparrowPrimitives.c: In function 'spSetAlphaPattern4x4':
sparrowPrimitives.c:5786:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5793:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5800:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5807:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5814:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5821:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5828:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5835:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5842:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5849:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5856:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
sparrowPrimitives.c:5862:4: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
@theZiz
Copy link
Owner

theZiz commented Jun 11, 2013

Not with Puzzletube. I would really like to remove this warnung, but I am not sure, how. In fact the type should be an unsigned int, so it SHOULD fit all the times... Maybe using the negative transcription? I will change it, if it doesn't work somewhere. ^^'

@theZiz theZiz closed this as completed Feb 6, 2017
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