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 some fallout from PR #685 #1100

Merged
merged 2 commits into from Sep 21, 2021
Merged

Conversation

jimklimov
Copy link
Member

  • The parenthesized "(label)" in debug macros is a safer expansion than the original "label"
  • Avoid the dangling "args..." that may be not-specified by caller (C99 compat)

* The parenthesized "(label)" in debug macros is a safer expansion than the original "label"
* Avoid the dangling "args..." that may be not-specified by caller (strict-C99 compat)
@jimklimov jimklimov merged commit fee6a45 into networkupstools:master Sep 21, 2021
@jimklimov jimklimov deleted the fixwarn branch September 21, 2021 13:32
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