diff options
author | callum_linden <none@none> | 2014-10-17 21:21:22 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-17 21:21:22 -0700 |
commit | 0b4cd881e4ae6595d39e1a7638668fec91a39dee (patch) | |
tree | 8c1124aa65894718ac6cb8c9cdd6013b088363c1 | |
parent | f58fafa49c68acb0a5ee6a76ba80cf81048e50fa (diff) |
Update to build on Xcode 6.0: update list of things to address later
-rw-r--r-- | XCODE_6_UPGRADES_TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XCODE_6_UPGRADES_TODO.txt b/XCODE_6_UPGRADES_TODO.txt index f1d6ea8cc1..c40f96dc2b 100644 --- a/XCODE_6_UPGRADES_TODO.txt +++ b/XCODE_6_UPGRADES_TODO.txt @@ -4,3 +4,4 @@ * 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 |