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

Allow compilation of C source files by C++ compiler #145

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

j123b567
Copy link
Owner

@j123b567 j123b567 commented Feb 1, 2023

Fixes: #117

Allow nonstandard compilation of .c files by c++ compiler.
It can break any time again and it is not supported to do so.
Use C compiler for C files and C++ compiler for C++ files to be safe.

@coveralls
Copy link

Coverage Status

Coverage: 92.602% (+0.008%) from 92.594% when pulling 6ae1b98 on issue/117-allow-compilation-by-cxx into fbf3622 on master.

@j123b567 j123b567 merged commit 4e87990 into master Feb 1, 2023
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.

C++ compilation error due to NULL being a long int
2 participants