Skip to content

Commit

Permalink
doc: zephyr: hotfix to exclude new warnings
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rexut committed Oct 12, 2023
1 parent dfa4a2c commit c0a274e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/zephyr/known-warnings-inventory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
5 changes: 5 additions & 0 deletions doc/zephyr/known-warnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

0 comments on commit c0a274e

Please sign in to comment.