From e5595501cea24260ed491700caee80d7c710a433 Mon Sep 17 00:00:00 2001 From: makise-homura Date: Wed, 19 Aug 2020 01:33:15 +0300 Subject: [PATCH] Fix e2k support changelog snippet Signed-off-by: makise-homura --- ChangeLog.d/e2k-support.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/e2k-support.txt b/ChangeLog.d/e2k-support.txt index 19cc3ad68..023b1888e 100644 --- a/ChangeLog.d/e2k-support.txt +++ b/ChangeLog.d/e2k-support.txt @@ -1,5 +1,5 @@ Features * Support building on e2k (Elbrus) architecture: correctly enable - -Wformat-signedness, and pass -Wno-signed-one-bit-field and - -Wno-sign-compare to get rid of excess warnings. Contributed by - makise-homura (Igor Molchanov) . + -Wformat-signedness, and fix the code that causes signed-one-bit-field + and sign-compare warnings. Contributed by makise-homura (Igor Molchanov) + .