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 faec391 commit 5cbb921Copy full SHA for 5cbb921
src/lib.rs
@@ -199,7 +199,7 @@ impl ToolFamily {
199
200
/// What the flags to enable all warnings
201
fn warnings_flags(&self) -> &'static [&'static str] {
202
- static MSVC_FLAGS: &'static [&'static str] = &["/Wall"];
+ static MSVC_FLAGS: &'static [&'static str] = &["/W4"];
203
static GNU_CLANG_FLAGS: &'static [&'static str] = &["-Wall", "-Wextra"];
204
205
match *self {
0 commit comments