We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664dfab commit 1a897d8Copy full SHA for 1a897d8
llvm-plugin/src/pass_builder.rs
@@ -498,7 +498,7 @@ impl PassBuilder {
498
499
cb(&mut manager, opt);
500
501
- Box::into_raw(cb);
+ let _ = Box::into_raw(cb);
502
}
503
504
unsafe {
@@ -546,7 +546,7 @@ impl PassBuilder {
546
547
548
549
550
551
552
@@ -594,7 +594,7 @@ impl PassBuilder {
594
595
596
597
598
599
600
0 commit comments