diff options
Diffstat (limited to 'XCODE_6_UPGRADES_TODO.txt')
-rw-r--r-- | XCODE_6_UPGRADES_TODO.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/XCODE_6_UPGRADES_TODO.txt b/XCODE_6_UPGRADES_TODO.txt index c40f96dc2b..4093b5d242 100644 --- a/XCODE_6_UPGRADES_TODO.txt +++ b/XCODE_6_UPGRADES_TODO.txt @@ -4,4 +4,8 @@ * 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
\ No newline at end of file +* Remove explicity code to turn off unused funcs for tut.hpp (#pragma clang diagnostic ignored "-Wunused-function") - moved 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) |