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

error: non-void function 'DBPaintPlaneVert' should return a value #67

Closed
yurivict opened this issue Feb 13, 2021 · 3 comments
Closed

error: non-void function 'DBPaintPlaneVert' should return a value #67

yurivict opened this issue Feb 13, 2021 · 3 comments

Comments

@yurivict
Copy link

clang-10 fails to compile version8.3.125 :

DBpaint.c:2576:2: error: non-void function 'DBPaintPlaneVert' should return a value [-Wreturn-type]
        return;
        ^

FreeBSD 12.2

@RTimothyEdwards
Copy link
Owner

Fixed (master branch on opencircuitdesign.com---github mirror will update in about 7 hours). Let me know if there is anything else preventing a clang compile.

@yurivict
Copy link
Author

Once both return paths in this function are fixed - clang succeeds.

@RTimothyEdwards
Copy link
Owner

This has been fixed and committed. Thanks for the bug report.

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