mirror of
https://github.com/brl/mutter.git
synced 2025-02-03 15:22:15 +00:00
8e3674dcc1
There was an array whose length was define by a static const int variable. GCC seems to consider this a variable-length array so it will cause warnings now that -Wvla is enabled. We might as well make this constant a #define instead to avoid the warning.