Mark max_win32_messages as [[maybe_unused]]

ccls/clangd doesn't know that it's being used elsewhere.
This commit is contained in:
Robbert van der Helm
2020-10-25 13:00:50 +01:00
parent ae6a557482
commit a1e7142f17
+1 -1
View File
@@ -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.