mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Mark max_win32_messages as [[maybe_unused]]
ccls/clangd doesn't know that it's being used elsewhere.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
* - Melda plugins when having multiple editor windows open within a single
|
||||
* plugin group
|
||||
*/
|
||||
constexpr int max_win32_messages = 20;
|
||||
constexpr int max_win32_messages [[maybe_unused]] = 20;
|
||||
|
||||
/**
|
||||
* Used to store the maximum width and height of a screen.
|
||||
|
||||
Reference in New Issue
Block a user