diff options
author | dgp <dgp@users.sourceforge.net> | 2015-05-12 14:45:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-05-12 14:45:48 (GMT) |
commit | 205345779a8ace5bb473e38859c4f8a6e015e511 (patch) | |
tree | a6b9a76436497d183fb58906942776266ec749ed /unix/tclLoadDyld.c | |
parent | 6d6afda39de86db3c4b0f0479432b0f61529a785 (diff) | |
parent | 92ce12cc4323baacdfbfb8144531e604daeafeb3 (diff) | |
download | tcl-205345779a8ace5bb473e38859c4f8a6e015e511.zip tcl-205345779a8ace5bb473e38859c4f8a6e015e511.tar.gz tcl-205345779a8ace5bb473e38859c4f8a6e015e511.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/tclLoadDyld.c')
-rw-r--r-- | unix/tclLoadDyld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tclLoadDyld.c b/unix/tclLoadDyld.c index 50c283d..8b7dc58 100644 --- a/unix/tclLoadDyld.c +++ b/unix/tclLoadDyld.c @@ -48,6 +48,7 @@ #endif /* TCL_DYLD_USE_DLFCN */ #if TCL_DYLD_USE_NSMODULE || defined(TCL_LOAD_FROM_MEMORY) +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" #include <mach-o/dyld.h> #include <mach-o/fat.h> #include <mach-o/swap.h> |