diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2015-04-09 09:27:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2015-04-09 09:27:00 (GMT) |
commit | 651d304f426a8ed04bc3e743e922ff46ad5b9aa1 (patch) | |
tree | beb56ca1937c485637dba46d5e040e49715daf63 | |
parent | f34061b9e76e36b23f7eeda81be1aee51b2380cd (diff) | |
download | tcl-651d304f426a8ed04bc3e743e922ff46ad5b9aa1.zip tcl-651d304f426a8ed04bc3e743e922ff46ad5b9aa1.tar.gz tcl-651d304f426a8ed04bc3e743e922ff46ad5b9aa1.tar.bz2 |
Don't warn about warnings that are suppressed correctly now.
-rw-r--r-- | unix/Makefile.in | 1 |
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 |