Skip to content

Conversation

@qihuanpiaoliu
Copy link

Eliminate compile warnings on MAC.

MAC version = 10.12.6
clang version = Apple LLVM version 9.0.0 (clang-900.0.37)

Eliminate compile warnings on MAC.

MAC version = 10.12.6
clang version =  Apple LLVM version 9.0.0 (clang-900.0.37)
last = i;
printf(" ");
for (j=-0x10;j<0;j++){
for (j=-0x10;(int)j<0;j++){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @qihuanpiaoliu !
Thank you for the fix.
For the last one, maybe we can declare an "int" (signed) k for example, and use it here to avoid the warning instead of casting j as unsigned. What do you thinl of this?

switch(my_size){
case 8:
ret = ret;
/*ret = ret*/;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be removed instead of commented I think?

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

Successfully merging this pull request may close these issues.

3 participants