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

Errors in gctime.c #1

Open
Jellby opened this issue Oct 15, 2024 · 2 comments
Open

Errors in gctime.c #1

Jellby opened this issue Oct 15, 2024 · 2 comments

Comments

@Jellby
Copy link

Jellby commented Oct 15, 2024

Compiling with the latest Intel compiler gives errors on gctime.c, which I could solve by:

  • Adding #include <string.h> at the top.
  • Preceding both gctime and gctime_ with int.
@weymutht
Copy link
Member

Thanks a lot for letting us know! We'll gladly incorporate these fixes also on our end.

@Jellby
Copy link
Author

Jellby commented Oct 16, 2024

Just make sure it's the right thing to do, as C is not my native language :)

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