Skip to content

fix(build): remove inline from calcNow to resolve undefined reference error#1

Open
plinkr wants to merge 1 commit intojave:masterfrom
plinkr:fix-compilation-on-linux
Open

fix(build): remove inline from calcNow to resolve undefined reference error#1
plinkr wants to merge 1 commit intojave:masterfrom
plinkr:fix-compilation-on-linux

Conversation

@plinkr
Copy link
Copy Markdown

@plinkr plinkr commented Sep 24, 2024

  • fix(build): remove inline from calcNow to resolve undefined reference error

  • The inline keyword was causing an undefined reference error during the linking stage. Removing inline from the calcNow() function ensures the function is treated as a regular function, resolving the compilation issue.

  • Compiles on gcc version 14.2.1 20240805

… error

fix(build): remove inline from calcNow to resolve undefined reference error

The `inline` keyword was causing an undefined reference error during the linking stage. Removing `inline` from the `calcNow()` function ensures the function is treated as a regular function, resolving the compilation issue.
Compiles on gcc version 14.2.1 20240805
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.

1 participant