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

Fix builds where HAVE_C___ATOMIC is not defined. #12240

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

vkalintiris
Copy link
Contributor

Summary

build/m4/ax_c___atomic.m4 wrongly skips setting HAVE_C___ATOMIC on some 32-bit platforms.
This breaks C++ 11 code because of the definition of rrdset_flag_set.

Test Plan

CI jobs & local builds after undef-ing the aforementioned macro.

@github-actions github-actions bot added the area/ml Machine Learning Related Issues label Feb 24, 2022
@vkalintiris vkalintiris merged commit bb9dc98 into netdata:master Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ml Machine Learning Related Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants