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

c++: Add missing "inline" keywords #1069

Merged
merged 1 commit into from
Oct 10, 2023
Merged

c++: Add missing "inline" keywords #1069

merged 1 commit into from
Oct 10, 2023

Conversation

pcercuei
Copy link
Contributor

The "inline" keywords must be present in function prototypes, otherwise these functions may end up defined multiple times in different source files, causing linking issues.

Fixes #1066.

The "inline" keywords must be present in function prototypes, otherwise
these functions may end up defined multiple times in different source
files, causing linking issues.

Fixes #1066.

Signed-off-by: Paul Cercueil <[email protected]>
@pcercuei pcercuei merged commit 9dd294c into main Oct 10, 2023
17 of 21 checks passed
@pcercuei pcercuei deleted the pcercuei/fix-cpp branch October 10, 2023 14:14
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++ linker multiple definition problem in 0.25
2 participants