Skip to content

Commit

Permalink
Revert "Re #8882. Disable ubiquitous size_t conversion warning on 32 …
Browse files Browse the repository at this point in the history
…bit."

This reverts commit b80c5fd.
No need for 32 bit specifics now that we no longer support it.
  • Loading branch information
RussellTaylor committed Apr 4, 2014
1 parent 92d3a14 commit be606f0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Code/Mantid/Build/CMake/WindowsSetup.cmake
Expand Up @@ -30,11 +30,6 @@ endif()
# /w34389 - Treat warning C4389, about equality comparison on unsigned
# and signed, as a level 3 warning
set ( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP /w34296 /w34389" )
if ( NOT CMAKE_CL_64 )
# On 32 bit build, disable warning related to loss of precision when converting to a size_t
set ( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4244" )
endif()

# As discussed here: http://code.google.com/p/googletest/issues/detail?id=412
# gtest requires changing the _VARAIDIC_MAX value for VS2012 as it defaults to 5
if ( MSVC_VERSION EQUAL 1700 )
Expand Down

0 comments on commit be606f0

Please sign in to comment.