summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/telnet.c
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-05 14:48:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-05 14:48:19 (GMT)
commitd859ad258c25477aae52b0dac28ceb891ef0661d (patch)
treeb947ac369b02fd3775f27a6e868e6c6962db4f95 /Source/CTest/Curl/telnet.c
parentc70beb4bee01898345c5d8a0279c39925542eea3 (diff)
downloadCMake-d859ad258c25477aae52b0dac28ceb891ef0661d.zip
CMake-d859ad258c25477aae52b0dac28ceb891ef0661d.tar.gz
CMake-d859ad258c25477aae52b0dac28ceb891ef0661d.tar.bz2
ERR: Remove warnings on Borland
Diffstat (limited to 'Source/CTest/Curl/telnet.c')
-rw-r--r--Source/CTest/Curl/telnet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/Curl/telnet.c b/Source/CTest/Curl/telnet.c
index 876d311..657698b 100644
--- a/Source/CTest/Curl/telnet.c
+++ b/Source/CTest/Curl/telnet.c
@@ -867,6 +867,7 @@ static void suboption(struct connectdata *conn)
printsub(data, '>', &temp[2], len-2);
break;
}
+ (void)subchar;
return;
}