Skip to content

Commit

Permalink
Merge pull request #99 from jacob-hughes/remove_warning_suppression
Browse files Browse the repository at this point in the history
Do not suppress all Boehm warnings
  • Loading branch information
ltratt committed Nov 15, 2023
2 parents 4ed7737 + 6138ad6 commit ad11770
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions library/std/src/rt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ unsafe fn init(argc: isize, argv: *const *const u8, sigpipe: u8) {
// handler next time. The is not true in the reverse case.
alloc::gc::init();

// Boehm GC prints OOM warnings which are useful for debugging, but
// annoying when building the compiler in release mode.
alloc::gc::suppress_warnings();

sys::init(argc, argv, sigpipe);

let main_guard = sys::thread::guard::init();
Expand Down

0 comments on commit ad11770

Please sign in to comment.