From f929ec2d64155fd2921fb8e0cd13a59b5552b1bc Mon Sep 17 00:00:00 2001 From: Martin Reddy Date: Fri, 4 Sep 2009 17:05:31 +0000 Subject: Fixed the Linux build of viewer-2.0.0-3. - Updated linux_updater for new LLStringUtil::getTokens() signature - Ignore compiler warning for string constants not being referred to as const in fmod_error.h Fix for DEV-39457. Reviewed by moss. --- indra/llaudio/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/llaudio') diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt index 80245fd569..9e9e1aaeae 100644 --- a/indra/llaudio/CMakeLists.txt +++ b/indra/llaudio/CMakeLists.txt @@ -62,7 +62,8 @@ if (FMOD) if (LINUX) if (${CXX_VERSION} MATCHES "4.[23]") set_source_files_properties(llaudioengine_fmod.cpp - COMPILE_FLAGS -Wno-error=write-strings) + llstreamingaudio_fmod.cpp + COMPILE_FLAGS -Wno-write-strings) endif (${CXX_VERSION} MATCHES "4.[23]") endif (LINUX) endif (FMOD) -- cgit v1.2.3