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 because of LONG_JUMP #16

Closed
polluks opened this issue Jul 8, 2019 · 3 comments
Closed

Warning because of LONG_JUMP #16

polluks opened this issue Jul 8, 2019 · 3 comments

Comments

@polluks
Copy link
Contributor

polluks commented Jul 8, 2019

os.c: In function 'intread':
os.c:45:19: warning: function with qualified void return type called
 #define LONG_JUMP _longjmp
                   ^
os.c:181:2: note: in expansion of macro 'LONG_JUMP'
  LONG_JUMP(read_label, 1);
  ^~~~~~~~~````
@gwsw
Copy link
Owner

gwsw commented Sep 2, 2019

What type/version of OS and compiler did this occur on?

@polluks
Copy link
Contributor Author

polluks commented Sep 2, 2019

MorphOS 3.11, gcc 6.4.0

@polluks
Copy link
Contributor Author

polluks commented Feb 11, 2020

Gone with MorphOS 3.13, gcc 9.2.0

@polluks polluks closed this as completed Feb 11, 2020
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