Resolved Conflicts:
	indra/llcommon/aithreadsafe.h

Manually added patch had trailing space more.
This commit is contained in:
Aleric Inglewood
2011-05-22 22:42:24 +02:00
9 changed files with 26 additions and 11 deletions

View File

@@ -164,6 +164,11 @@ if (LINUX)
add_definitions(-Wno-parentheses)
endif (${CXX_VERSION} GREATER 429)
#gcc 4.6 has a new spammy warning
if(NOT ${CXX_VERSION} LESS 460)
add_definitions(-Wno-unused-but-set-variable)
endif (NOT ${CXX_VERSION} LESS 460)
# End of hacks.
add_definitions(

View File

@@ -21,7 +21,6 @@ else (STANDALONE)
endif()
set(GOOGLE_PERFTOOLS_INCLUDE_DIR
${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
set(GOOGLE_PERFTOOLS_FOUND "YES")
endif (LINUX)
endif (STANDALONE)