diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 9b404fb..a06e2fd 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -166,6 +166,8 @@ jobs: \${CTEST_CUSTOM_WARNING_EXCEPTION} # macOS Azure VM Warning "ld: warning: text-based stub file" + # VkFFT benchmark warning + "warning: ignoring return value" ) set(dashboard_no_clean 1) set(ENV{CC} ${{ matrix.c-compiler }}) diff --git a/.github/workflows/test-gpu.yml b/.github/workflows/test-gpu.yml index 114fafe..e160618 100644 --- a/.github/workflows/test-gpu.yml +++ b/.github/workflows/test-gpu.yml @@ -101,6 +101,8 @@ jobs: \${CTEST_CUSTOM_WARNING_EXCEPTION} # macOS Azure VM Warning "ld: warning: text-based stub file" + # VkFFT benchmark warning + "warning: ignoring return value" ) set(dashboard_no_clean 1) set(ENV{CC} ${{ matrix.c-compiler }})