Commit 3c36ea10 by Nicolas Capens

Revert "Suppress 32-bit MSVC warning."

This reverts commit 5d0faf9b. Reason for revert: Marl issue was fixed; https://github.com/google/marl/issues/38 Bug: b/140575360 Change-Id: I04ca4ced82cbe0e16179cc940adc027c9a17c29f Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/38048Reviewed-by: 's avatarBen Clayton <bclayton@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent e2f83aa3
...@@ -57,13 +57,6 @@ config("swiftshader_config") { ...@@ -57,13 +57,6 @@ config("swiftshader_config") {
cflags += [ cflags += [
"/wd4309", # Truncation of constant value. See PixelRoutine.cpp casts of signed shorts. "/wd4309", # Truncation of constant value. See PixelRoutine.cpp casts of signed shorts.
] ]
if (target_cpu == "x86") {
cflags += [
# TODO(b/140575360): Fix when posssible.
"/wd4316", # object allocated on the heap may not be aligned. See Renderer and Pool.
]
}
} }
} else { } else {
cflags = [ cflags = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment