Skip to content

Commit

Permalink
disable weak warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Sep 26, 2024
1 parent 6f1ae3d commit 312b8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ class Deck {

// Likely bogus leak warnings. See:
// https://nanobind.readthedocs.io/en/latest/faq.html#why-am-i-getting-errors-about-leaked-functions-and-types
// nb::set_leak_warnings(false);
nb::set_leak_warnings(false);
}

~Deck() { memmap.close_file(); }
Expand Down

0 comments on commit 312b8e3

Please sign in to comment.