Can't be built with `-Werror=format-security` - Package of project is problematic
Opened this issue · 0 comments
Samsagax commented
The compile flag -Werror=format-security
on most distributions makes impossible to build this package as many calls to printf
are not called with a format string literal.
As a sidenote: is not good practice to compile with sudo
as recommended in the README and the project can be compiled without errors as a normal user (i.e. with just make
).