From fa3e12f6643c9d1d29762f6b43b822c6a857325e Mon Sep 17 00:00:00 2001 From: psykose Date: Thu, 20 Apr 2023 23:58:26 +0000 Subject: [PATCH] default.conf: drop int-conversion error for now this is a good thing to have and we should reinstate it after 3.18, however it requires fixing a million things, which is a bit too much for a sudden release build. i forgot the implications of this aside from fixing strerror_r and how much work it was, so put this back after 3.18 branch. --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.conf b/default.conf index fb9dfb1..42afbe5 100644 --- a/default.conf +++ b/default.conf @@ -1,4 +1,4 @@ -export CFLAGS="-Os -Wformat -Werror=format-security -Werror=int-conversion" +export CFLAGS="-Os -Wformat -Werror=format-security" export CXXFLAGS="-Os -Wformat -Werror=format-security" export CPPFLAGS="-Os -Wformat -Werror=format-security" export LDFLAGS="-Wl,--as-needed,-O1,--sort-common"