summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2015-04-09 09:27:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2015-04-09 09:27:00 (GMT)
commit805cd597f906a608d30e585e9b6dd57c38f4eadc (patch)
treebeb56ca1937c485637dba46d5e040e49715daf63 /unix
parent1f2fb4cf5b60563c5a489e4b4cbdbe5e334dc248 (diff)
downloadtcl-805cd597f906a608d30e585e9b6dd57c38f4eadc.zip
tcl-805cd597f906a608d30e585e9b6dd57c38f4eadc.tar.gz
tcl-805cd597f906a608d30e585e9b6dd57c38f4eadc.tar.bz2
Don't warn about warnings that are suppressed correctly now.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 311fdb2..ad6034f 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1200,7 +1200,6 @@ tclLoadDld.o: $(UNIX_DIR)/tclLoadDld.c
$(CC) -c $(CC_SWITCHES) $(UNIX_DIR)/tclLoadDld.c
tclLoadDyld.o: $(UNIX_DIR)/tclLoadDyld.c
- @echo Warnings are expected from compiling tclLoadDyld.c: deprecated API use
$(CC) -c $(CC_SWITCHES) $(UNIX_DIR)/tclLoadDyld.c
tclLoadNone.o: $(GENERIC_DIR)/tclLoadNone.c