mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
[-Wunused-variable] - mark window limit as potentially unused (only on Mac)
This commit is contained in:
parent
0aad569679
commit
1204083fdc
@ -133,7 +133,7 @@ enum
|
||||
extern gboolean gnc_book_options_dialog_apply_helper(GncOptionDB * options);
|
||||
|
||||
/** Max number of windows allowed */
|
||||
constexpr auto gnc_main_window_max_number {10};
|
||||
[[maybe_unused]] constexpr auto gnc_main_window_max_number {10};
|
||||
|
||||
/* Static Globals *******************************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user