Skip to content

Commit

Permalink
build.rs: Don't enable MSVC SDL warnings.
Browse files Browse the repository at this point in the history
They hardly matter for this codebase any more.
  • Loading branch information
briansmith committed Oct 15, 2023
1 parent 65941d0 commit 8909e6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ fn cpp_flags(compiler: &cc::Tool) -> &'static [&'static str] {
"/Zc:forScope",
"/Zc:inline",
// Warnings.
"/sdl",
"/Wall",
"/wd4127", // C4127: conditional expression is constant
"/wd4464", // C4464: relative include path contains '..'
Expand Down

0 comments on commit 8909e6e

Please sign in to comment.