cleanup, remove dead method

This commit is contained in:
Benjamin Sergeant
2019-03-21 10:06:59 -07:00
parent fe700d1e7b
commit 5b6fdb6526
5 changed files with 45 additions and 8 deletions

View File

@ -12,7 +12,7 @@ set (CMAKE_CXX_EXTENSIONS OFF)
# -Wshorten-64-to-32 does not work with clang
if (NOT WIN32)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Wshorten-64-to-32")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic")
endif()
if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")