From 7bd4be4d18b067919e0c8b4a059d20226ae36a96 Mon Sep 17 00:00:00 2001 From: Stefan Kebekus Date: Wed, 10 Mar 2021 07:07:03 +0100 Subject: [PATCH] Avoid GitHub action errors --- .github/workflows/api.yml | 2 +- src/Doxyfile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index c27831bab..1db7d4839 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/src/Doxyfile.in b/src/Doxyfile.in index d3ebfb960..39308e8e5 100644 --- a/src/Doxyfile.in +++ b/src/Doxyfile.in @@ -747,7 +747,7 @@ WARN_NO_PARAMDOC = YES # a warning is encountered. # The default value is: NO. -WARN_AS_ERROR = YES +WARN_AS_ERROR = NO # The WARN_FORMAT tag determines the format of the warning messages that doxygen # can produce. The string should contain the $file, $line, and $text tags, which