Skip to content
Snippets Groups Projects
Commit f2154c1e authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Inject -Wno-error=format-overflow -Wno-error=format-truncation in debian/rules


In contrary to Debian, we use by default -Wformat-overflow=2
and -Wformat-truncation=2 in Apertis, but due to the use of -Werror this
package FTBFS with: "cc1: all warnings being treated as errors".
In order to avoid this error, we don't treat these warnings as errors.

../src/pipewire/conf.c:283:44: error: ‘/’ directive output may be truncated writing 1 byte into a region of size between 0 and 1 [-Werror=format-truncation=]

Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent 8fdb892b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment