Skip to content

Commit d1f55f6

Browse files
committed
Revert "check if -Wmaybe-unitialized removes warning"
This reverts commit 753b1ae.
1 parent 753b1ae commit d1f55f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

snmalloc-sys/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ fn main() {
3333
build.flag_if_supported("-g");
3434
build.flag_if_supported("-fomit-frame-pointer");
3535
build.flag_if_supported("-fpermissive");
36-
build.flag_if_supported("-Wmaybe-uninitialized");
3736
build.static_crt(true);
3837
build.cpp(true);
3938
build.debug(false);

0 commit comments

Comments
 (0)