Skip to content

Commit 753b1ae

Browse files
committed
check if -Wmaybe-unitialized removes warning
1 parent 633b0b6 commit 753b1ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snmalloc-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ 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");
3637
build.static_crt(true);
3738
build.cpp(true);
3839
build.debug(false);

0 commit comments

Comments
 (0)