diff options
author | callum_linden <none@none> | 2014-10-17 21:56:49 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-17 21:56:49 -0700 |
commit | 58ac111ae8d2899fe126dfe4871939367aa8dab2 (patch) | |
tree | 3ea67fc0d76c9f272a85a04b2774d5411c196fc0 /XCODE_6_UPGRADES_TODO.txt | |
parent | 0b4cd881e4ae6595d39e1a7638668fec91a39dee (diff) |
update TO DO list
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) |