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

Ignore gnu-zero-variable-macro-arguments #2252

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

EstherWx
Copy link
Contributor

@EstherWx EstherWx commented Jan 18, 2024

Ignore gnu-zero-variadic-macro-arguments for clang because "VA_ARGS" is a GNU extension, not part of the standard C language.

To eliminate the warning for gnu-zero-variadic-macro-arguments,
add an argument for the variadic macro argument in the
TYPED_TEST_CASE macro call.
Ignore gnu-zero-variadic-macro-arguments for clang because
"__VA_ARGS__" is a GNU extension, not part of the standard
C language.

Change-Id: Id153a24bf4ac2de5623e85c11ac4ca24b6224fd0
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