Skip to content

Commit

Permalink
COMP: Ignore VkFFT benchmark compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Oct 28, 2022
1 parent 933862b commit ed3c449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down

0 comments on commit ed3c449

Please sign in to comment.