Enable int shortening warnings

This commit is contained in:
Eric Fiselier 2015-03-12 20:17:40 -04:00
parent 19464f7dab
commit f022d780eb

View File

@ -38,6 +38,7 @@ add_cxx_compiler_flag(-Wextra)
add_cxx_compiler_flag(-Wshadow)
add_cxx_compiler_flag(-Werror)
add_cxx_compiler_flag(-pedantic-errors)
add_cxx_compiler_flag(-Wshorten-64-to-32)
# TODO(ericwf): enable this for g++
#add_cxx_compiler_flag(-Wzero-as-null-pointer-constant)
# Release flags