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 multi-line comment warnings #214

Closed
paleolimbot opened this issue Jan 12, 2023 · 0 comments · Fixed by #227
Closed

Fix multi-line comment warnings #214

paleolimbot opened this issue Jan 12, 2023 · 0 comments · Fixed by #227

Comments

@paleolimbot
Copy link
Collaborator

From CRAN after #212.

Thanks, reverse dependency checks have been triggered, but there are a few hundred warnings about


../src/absl/base/config.h:341:1: warning: multi-line comment [-Wcomment]
  341 | // #if (defined(__clang__) && !defined(_WIN32)) || \
      | ^

../src/absl/base/internal/raw_logging.h:47:3: warning: multi-line comment [-Wcomment]
   47 |   // do {                   \
      |   ^

which should be fixed for future submissions.
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 a pull request may close this issue.

1 participant