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