- Avoid using deprecated features of Tcl 8.6
This commit is contained in:
parent
a340f31742
commit
4df1cde4ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319991
2 changed files with 547 additions and 542 deletions
|
@ -22,7 +22,6 @@ INCLUDES= -I${TCL_INCLUDEDIR} ${SUBDIRS:S/^/-I/}
|
|||
CFLAGS+= ${INCLUDES} -Werror
|
||||
CXXFLAGS+= -Wall -Wno-deprecated ${INCLUDES} -I${FILESDIR}
|
||||
CXXFLAGS+= -DHAVE_UNISTD_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_TIME_H -Werror
|
||||
CXXFLAGS+= -DUSE_INTERP_RESULT
|
||||
|
||||
.PATH: ${SUBDIRS} man
|
||||
WARNS= 5
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue