Skip to content

Commit

Permalink
COMP: Ignore warnings from third party code
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Sep 13, 2023
1 parent 98a43d0 commit 8881b9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,13 @@ jobs:
"warning C4722: 'riegeli::internal::UnreachableStream::~UnreachableStream': destructor never returns, potential memory leak"
"warning C4722: 'riegeli::internal::CheckFailed::~CheckFailed': destructor never returns, potential memory leak"
"_deps[/\\\\].+-src[/\\\\]" # disable all warnings from external projects
"_deps[/\\\\].+-build[/\\\\]" # disable all warnings from external projects
# the following warnings escape the above filter
"warning: Import validate/validate.proto is unused"
"warning:.+__builtin___memcpy_chk"
"warning:.+__builtin_memchr"
"warning:.+__builtin_memcpy"
"cc1plus: warning: writing 16 bytes into a region of size 0"
"note: source object allocated here"
)
set(dashboard_no_clean 1)
Expand Down

0 comments on commit 8881b9a

Please sign in to comment.