3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/misc/yambar
Sergei Trofimovich 4e4a025818 yambar: disable blanket -Werror, fix gcc-13 build
Without the change `yambar` fails to build on `gcc-13` as:

    yambar> ../plugin.c: In function 'plugin_load':
    yambar> ../plugin.c:279:35: warning: '%s' directive argument is null [-Wformat-truncation=]
    yambar>   279 |     snprintf(path, sizeof(path), "%s_%s.so", type2str(type), name);
    yambar>       |                                   ^~

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-01-07 13:49:31 +00:00
..
default.nix yambar: disable blanket -Werror, fix gcc-13 build 2024-01-07 13:49:31 +00:00