-
Notifications
You must be signed in to change notification settings - Fork 27
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 compilation with clang #181
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, that's sad... I'd like to avoid mentions of gi::repository
, especially in unused arguments.
@@ -195,7 +195,7 @@ SystemMediaControls::Private::Private() | |||
player().set_loop_status("None"); | |||
player().set_rate(1.0); | |||
const auto executeCommand = [=]( | |||
GObject::Object, | |||
gi::repository::GObject::Object, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gi::repository::GObject::Object, | |
auto |
gi::repository::GObject::Object, | ||
gi::repository::GObject::ParamSpec) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gi::repository::GObject::Object, | |
gi::repository::GObject::ParamSpec) { | |
auto, | |
auto) { |
gi::repository::GObject::Object, | ||
gi::repository::GObject::ParamSpec) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gi::repository::GObject::Object, | |
gi::repository::GObject::ParamSpec) { | |
auto, | |
auto) { |
gi::repository::GObject::Object, | ||
gi::repository::GObject::ParamSpec) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gi::repository::GObject::Object, | |
gi::repository::GObject::ParamSpec) { | |
auto, | |
auto) { |
Another option is to move the |
@mid-kid do you plan to continue work here? |
Sorry, I've been busy and I want to prioritize bumping telegram at all. The change is trivial, however. |
Are you sure it's still needed? |
https://github.com/gentoo/gentoo/blob/master/net-im/telegram-desktop/files/tdesktop-4.8.3-fix-clang.patch