From c0a274ebbfb976c2215eccd498f5c77ad6f76783 Mon Sep 17 00:00:00 2001 From: Stephan Linz Date: Thu, 12 Oct 2023 09:12:54 +0200 Subject: [PATCH] doc: zephyr: hotfix to exclude new warnings With the upgrade to West v1.3, some new Sphinx warnings occur. For the time being, all new warnings will be ignored until the reason will found and fixed. Signed-off-by: Stephan Linz --- doc/zephyr/known-warnings-inventory.txt | 5 +++++ doc/zephyr/known-warnings.txt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/doc/zephyr/known-warnings-inventory.txt b/doc/zephyr/known-warnings-inventory.txt index d5e4ee0af4..42727dfc99 100644 --- a/doc/zephyr/known-warnings-inventory.txt +++ b/doc/zephyr/known-warnings-inventory.txt @@ -90,3 +90,8 @@ # .*Error in declarator or parameters.* .*Invalid C declaration: Expected identifier in nested name.* + +# +# TODO: New warnings with West v1.3 - unknown reasons. +# +.*Inline strong start-string without end-string.* diff --git a/doc/zephyr/known-warnings.txt b/doc/zephyr/known-warnings.txt index f9c3b8de65..0972840bf6 100644 --- a/doc/zephyr/known-warnings.txt +++ b/doc/zephyr/known-warnings.txt @@ -14,3 +14,8 @@ # .*Error in declarator or parameters.* .*Invalid C declaration: Expected identifier in nested name.* + +# +# TODO: New warnings with West v1.3 - unknown reasons. +# +.*Inline strong start-string without end-string.*