Skip to content

Conversation

@EddyTheCo
Copy link
Contributor

No description provided.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Clang-Tidy found issue(s) with the introduced code (1/1)

auto data = prepareCallback(std::move(callback));
set_property(proxy(), TIMEZONE_STR, g_variant_new_string(timezone.c_str()),
nullptr, &Clock::finishAsyncCall, data.release());
NULL, &Clock::finishAsyncCall, data.release());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ modernize-use-nullptr ⚠️
use nullptr

Suggested change
NULL, &Clock::finishAsyncCall, data.release());
nullptr, &Clock::finishAsyncCall, data.release());

@EddyTheCo
Copy link
Contributor Author

clang-comments from forks works.

@EddyTheCo EddyTheCo closed this Sep 11, 2025
@EddyTheCo EddyTheCo deleted the test_clang-tidy-pr-comments branch September 11, 2025 14:28
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.

1 participant