Commit 888e59bd authored by Don Gagne's avatar Don Gagne

-Wunitialized and /wd4700 no longer ignored

parent 78b3107c
......@@ -136,7 +136,6 @@ MacBuild | LinuxBuild {
-Wno-narrowing \
-Wno-type-limits \
-Wno-sign-compare \
-Wno-uninitialized \
-Wno-switch \
-Wno-unused-function
}
......@@ -175,11 +174,9 @@ WindowsBuild {
/wd4389 \ # == signed/unsigned mismatch
/wd4505 \ # unreferenced local function
/wd4512 \ # assignment operation could not be generated
/wd4700 \ # uninitialized local variable used
/wd4701 \ # potentially uninitialized local variable
/wd4702 \ # unreachable code
/wd4996 # deprecated function
}
#
......
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