Fixed build with TBB for Android

This commit is contained in:
Andrey Kamaev
2012-06-08 10:32:51 +00:00
parent 018d85dddb
commit 8720b27d87
5 changed files with 17 additions and 13 deletions

View File

@@ -75,6 +75,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
#add_extra_compiler_option(-Wcast-align)
#add_extra_compiler_option(-Wstrict-aliasing=2)
#add_extra_compiler_option(-Wshadow)
add_extra_compiler_option(-Wno-unnamed-type-template-args)
# The -Wno-long-long is required in 64bit systems when including sytem headers.
if(X86_64)