Skip to content

Commit

Permalink
fix: suppress SQLiteCpp.h's ODR violations
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Oct 29, 2024
1 parent b2d1d8b commit 9c9ce9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ project_test_env.set(
'halt_on_error=1',
'abort_on_error=1',
'print_summary=1',
'suppressions=' + meson.project_source_root() / 'meson' / 'asan.supp',
)
project_test_env.set(
'LSAN_OPTIONS',
Expand Down
2 changes: 2 additions & 0 deletions meson/asan.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# RCDB's SQLite header
odr_violation:SQLite::*

0 comments on commit 9c9ce9a

Please sign in to comment.