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

Missing value for Return #1

Open
NHOrus opened this issue Jun 6, 2024 · 0 comments
Open

Missing value for Return #1

NHOrus opened this issue Jun 6, 2024 · 0 comments

Comments

@NHOrus
Copy link

NHOrus commented Jun 6, 2024

if (f==NULL) return;

This line causes build failures with Modern C Compilers: They expect that any return from non-void function would return value.

Gentoo Bug: https://bugs.gentoo.org/738850
There's one other patch you may want to integrate from Gentoo:
https://github.com/gentoo/gentoo/tree/master/dev-tex/lgrind/files

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