Ignore Wdangling-reference warnings on GCC 13

This commit is contained in:
Bartek Kryza
2023-10-25 13:23:54 +02:00
parent 79801b2936
commit 7cf61a98aa
2 changed files with 11 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ output_directory: docs/diagrams
comment_parser: clang
remove_compile_flags:
- -Wno-class-memaccess
- -Wno-dangling-reference
generate_links:
link: "{% if existsIn(element, \"doxygen_link\") %}{{ element.doxygen_link }}{% endif %}"
tooltip: "{% if existsIn(element, \"comment\") and existsIn(element.comment, \"brief\") %}{{ abbrv(trim(replace(element.comment.brief.0, \"\\n+\", \" \")), 256) }}{% else %}{{ element.name }}{% endif %}"