From b5a50e9ae12ff89044de21fb8917362d3c9373f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Fri, 8 Sep 2023 10:40:10 +0200 Subject: [PATCH] doc: Revert "doc: Add more known-warnings" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3127d7b54c22449fcc85dd1c59ca294885d5f997 which was forgotten when switching back to breathe from docleaf and causing unecessary "here's a warning about something that's not actually a warning" :) Signed-off-by: Benjamin Cabé --- doc/known-warnings.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/known-warnings.txt b/doc/known-warnings.txt index abe8e7eca1..35a0ed60b0 100644 --- a/doc/known-warnings.txt +++ b/doc/known-warnings.txt @@ -22,8 +22,3 @@ .*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct in_addr.*'.* .*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct in6_addr.*'.* .*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct net_if.*'.* - -# Clash with field of nested anonymous struct -.*Duplicate C declaration.*\n.*'\.\. c:member:: enum *bt_mesh_dfd_upload_phase bt_mesh_dfd_srv.phase'.* -.*Duplicate C declaration.*\n.*'\.\. c:member:: struct *bt_mesh_blob_xfer bt_mesh_dfu_cli.blob'.* -.*Duplicate C declaration.*\n.*'\.\. c:member:: struct *net_if *\* net_if_mcast_monitor.iface'.