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] Add missing parenthesis to assert macro #577

Merged
merged 1 commit into from May 22, 2023
Merged

Conversation

isinaltinkaya
Copy link
Collaborator

@isinaltinkaya isinaltinkaya commented May 22, 2023

Add extra parenthesis to assert macro to avoid
cases where ASSERT(x>y) expands to if(!x>y)
instead of if(!(x>y))

Add extra paranthesis to assert macro to avoid
cases where ASSERT(x>y) expands to if(!x>y)
instead of if(!(x>y))
@isinaltinkaya isinaltinkaya changed the title [fix] Add missing paranthesis to assert macro [fix] Add missing parenthesis to assert macro May 22, 2023
@isinaltinkaya isinaltinkaya merged commit e6967e6 into master May 22, 2023
4 checks passed
@isinaltinkaya isinaltinkaya deleted the dev_fix_assert branch May 22, 2023 18:42
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.

None yet

1 participant