mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-18 01:13:55 +02:00
Globally ignore attribute warnings on Wine side
These started happening after Wine 5.12, and it doesn't look like it's going to change.
This commit is contained in:
@@ -240,12 +240,9 @@ class WineXdndProxy {
|
||||
*/
|
||||
X11Window proxy_window_;
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wignored-attributes"
|
||||
std::unique_ptr<std::remove_pointer_t<HWINEVENTHOOK>,
|
||||
std::decay_t<decltype(&UnhookWinEvent)>>
|
||||
hook_handle_;
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
/**
|
||||
* MT-PowerDrumkit for some reason initializes a drag-and-drop operation,
|
||||
|
||||
Reference in New Issue
Block a user