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 warning/error: compound assignment with 'volatile'-qualified left operand is deprecated #923

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

peterus
Copy link
Contributor

@peterus peterus commented Jan 11, 2024

I am compiling my projects with build_flags = -Werror -Wall and I just found this error on the two places:

error: compound assignment with 'volatile'-qualified left operand is deprecated [-Werror=volatile]

this PR is to fix this warning/error.

@jgromes jgromes merged commit 7e95fdf into jgromes:master Jan 11, 2024
29 checks passed
@jgromes
Copy link
Owner

jgromes commented Jan 11, 2024

Hi Peter, thanks for the fix!

@peterus peterus deleted the peterus-patch-1 branch January 11, 2024 19:41
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.

2 participants