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

Removal of definition of roundrobin in note_func.h #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

forrestbaer
Copy link

Currently building this on MacOS, the definition of roundrobin in the header file causes compilation errors: multiple definition of roundrobin';`. This variable should not be defined in the header file, it is defined in the source files where it is used.

Currently building this on MacOS, the definition of `roundrobin` in the header file causes compilation errors: `multiple definition of `roundrobin';`. This variable should not be defined in the header file, it is defined in the source files where it is used.
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