summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDyld.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2015-05-12 14:45:48 (GMT)
committerdgp@users.sourceforge.net <dgp>2015-05-12 14:45:48 (GMT)
commitd0aa8d7de96b75d273cd7147e85f8589db9659b2 (patch)
treea6b9a76436497d183fb58906942776266ec749ed /unix/tclLoadDyld.c
parent495131c65be70218b6872bf541d836ab3aa2e71a (diff)
parent0860082f278af12301da6ed6b62cb18126f79837 (diff)
downloadtcl-d0aa8d7de96b75d273cd7147e85f8589db9659b2.zip
tcl-d0aa8d7de96b75d273cd7147e85f8589db9659b2.tar.gz
tcl-d0aa8d7de96b75d273cd7147e85f8589db9659b2.tar.bz2
merge trunk
Diffstat (limited to 'unix/tclLoadDyld.c')
-rw-r--r--unix/tclLoadDyld.c1
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>