summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/tclWinFCmd.c2
-rw-r--r--win/tclWinPipe.c1
-rw-r--r--win/tclWinSock.c7
-rw-r--r--win/tclWinTest.c1
-rw-r--r--win/tclWinTime.c1
5 files changed, 1 insertions, 11 deletions
diff --git a/win/tclWinFCmd.c b/win/tclWinFCmd.c
index 347c5e9..9bb22b0 100644
--- a/win/tclWinFCmd.c
+++ b/win/tclWinFCmd.c
@@ -1195,7 +1195,7 @@ TraverseWinTree(
nativeErrfile = NULL;
result = TCL_OK;
- oldTargetLen = 0; /* lint. */
+ oldTargetLen = 0;
nativeSource = (WCHAR *) Tcl_DStringValue(sourcePtr);
nativeTarget = (WCHAR *)
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index 67cca32..754e9ed 100644
--- a/win/tclWinPipe.c
+++ b/win/tclWinPipe.c
@@ -2740,7 +2740,6 @@ TclWinAddProcess(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
int
Tcl_PidObjCmd(
TCL_UNUSED(ClientData),
diff --git a/win/tclWinSock.c b/win/tclWinSock.c
index cd07a8f..87e0dc6 100644
--- a/win/tclWinSock.c
+++ b/win/tclWinSock.c
@@ -546,7 +546,6 @@ TclpFinalizeSockets(void)
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TcpBlockModeProc(
ClientData instanceData, /* Socket state. */
@@ -778,7 +777,6 @@ WaitForConnect(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TcpInputProc(
ClientData instanceData, /* Socket state. */
@@ -1038,7 +1036,6 @@ TcpOutputProc(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TcpCloseProc(
ClientData instanceData, /* The socket to close. */
@@ -1664,7 +1661,6 @@ TcpWatchProc(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
TcpGetHandleProc(
ClientData instanceData, /* The socket state. */
@@ -2395,7 +2391,6 @@ Tcl_OpenTcpServerEx(
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static void
TcpAccept(
TcpFdList *fds, /* Server socket that accepted newSocket. */
@@ -2584,7 +2579,6 @@ InitSockets(void)
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static int
SocketsEnabled(void)
{
@@ -2614,7 +2608,6 @@ SocketsEnabled(void)
*----------------------------------------------------------------------
*/
- /* ARGSUSED */
static void
SocketExitHandler(
TCL_UNUSED(ClientData))
diff --git a/win/tclWinTest.c b/win/tclWinTest.c
index d78d5f1..973ec47 100644
--- a/win/tclWinTest.c
+++ b/win/tclWinTest.c
@@ -411,7 +411,6 @@ TestExceptionCmd(
/* SMASH! */
RaiseException(exceptions[cmd], EXCEPTION_NONCONTINUABLE, 0, NULL);
- /* NOTREACHED */
return TCL_OK;
}
diff --git a/win/tclWinTime.c b/win/tclWinTime.c
index 8546fc2..2ea256b 100644
--- a/win/tclWinTime.c
+++ b/win/tclWinTime.c
@@ -1017,7 +1017,6 @@ CalibrationThread(
UpdateTimeEachSecond();
}
- /* lint */
return (DWORD) 0;
}