mirror of
https://github.com/i3/i3.git
synced 2026-03-07 00:16:29 +00:00
3cba06f7b970d34b540c65e10c4cef8a8ced7e57
The idea was to ensure the symbol would always be present. For that, we need __attribute__((used)), not __attribute__((unused)). Further, ensure the variable has static storage, as the used attribute only applies to variables with static storage. See also http://stackoverflow.com/a/29545417/712014
…
…
…
…
Description
Languages
C
58%
Perl
36.4%
Raku
2.6%
Ruby
1.2%
Meson
0.7%
Other
1%