From c0b67e6549d17b395f06a82773b4c49939710725 Mon Sep 17 00:00:00 2001
From: callum_linden <none@none>
Date: Sat, 18 Oct 2014 12:35:43 -0700
Subject: [PATCH] Update to build on Xcode 6.0: clarify list of things left to
 do now llphysics_extension hack is in place

---
 XCODE_6_UPGRADES_TODO.txt | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/XCODE_6_UPGRADES_TODO.txt b/XCODE_6_UPGRADES_TODO.txt
index 76a392b18ba..cbc26b39e52 100644
--- a/XCODE_6_UPGRADES_TODO.txt
+++ b/XCODE_6_UPGRADES_TODO.txt
@@ -1,13 +1,18 @@
 * Remove references to Xcode < 6 from CMake (and everywhere else I guess)
 
-* /Users/callum/work/Linden/viewer-tools-update-callum/indra/llcommon/llpredicate.h:144:17 trying to decipher correct code here.
+* /Users/callum/work/Linden/viewer-tools-update-callum/indra/llcommon/llpredicate.h:144:17 trying to decipher correct code here. (via Richard)
 
 * Missed off some #if LL_DARWINs around #pragmas to turn off non-useful warnings for OS X - will fix when build Windows viewer
 
-* Remove explicity code to turn off unused funcs for tut.hpp (#pragma clang diagnostic ignored "-Wunused-function") - moved to package itself
+* Remove explicit code to turn off unused funcs for tut.hpp (#pragma clang diagnostic ignored "-Wunused-function") - I moved it to package itself
 
 * Port llQtWebKit with SSL3/TLS fix to hacked version and include in autobuild (Oz)
 
 * Fix up commented out code in 'tut' package - tut/tut/tut_assert.hpp #82 & #84 (no operator << for T & Q)
 
-* Fix llphysicsextension so it builds locally and remove unused variables 78-81
\ No newline at end of file
+* Fix llphysicsextension:
+	* so it builds locally
+	* remove unused variables 78-81
+	* remove pointer to hacked version in vewer autobuild.xml
+
+
-- 
GitLab