From 49699f2acaf9f08b4f938fff1c0fd562194e3592 Mon Sep 17 00:00:00 2001 From: Jakub Sujak Date: Wed, 22 Jan 2025 11:42:03 +0000 Subject: [PATCH] Add entry to CHANGELOG for supporting additional compiler warning options Mention recent fixes for compiler warnings produced by enabling the `-Wcast-qual -Wmissing-prototypes -Wstrict-prototypes -Woverlength-strings` compiler options. Signed-off-by: Jakub Sujak --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5fb837..156698ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo ## Upcoming Release +- Fixes: + - Fix compilation warnings detected by `-Wcast-qual -Wmissing-prototypes -Wstrict-prototypes -Woverlength-strings` compiler options. + - Support compiling the project with the above compilation options enabled. + ## v1.2.0 - New SME micro-kernels: -- GitLab