Edward-Wu / srt-live-server

srt live server for low latency
Other
644 stars 192 forks source link

Can't be built with `-Werror=format-security` - Package of project is problematic #96

Open Samsagax opened 3 years ago

Samsagax commented 3 years ago

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).