Skip to content

Commit

Permalink
silence another msvc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Jun 21, 2019
1 parent e4a1c71 commit 99e89ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ impl TestGenerator {
.flag("/wd4255") // converting () to (void)
.flag("/wd4668") // using an undefined thing in preprocessor?
.flag("/wd4366") // taking ref to packed struct field might be unaligned
.flag("/wd4189") // local variable initialized but not referenced
;
} else {
cfg.flag("-Wall")
Expand Down

0 comments on commit 99e89ab

Please sign in to comment.