Minor changes to avoid compiler warnings

This commit is contained in:
MarkRivers
2012-12-06 22:17:09 +00:00
parent ed356764b9
commit 69bce3c825
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
epicsShareFunc void xps_gathering()
{
int status,poll_socket,drive_socket,end=0;
int ftpSocket;
SOCKET ftpSocket;
char *gatheringData = "GROUP2.POSITIONER1.SetpointPosition;"
"GROUP2.POSITIONER1.CurrentPosition;"
"GROUP2.POSITIONER1.CurrentVelocity;"
+1 -1
View File
@@ -25,7 +25,7 @@
int main(int argc, char *argv[])
{
int status,poll_socket,drive_socket,end=0;
int ftpSocket;
SOCKET ftpSocket;
char *gatheringData = "GROUP1.PHI.SetpointPosition;"
"GROUP1.PHI.CurrentPosition;"
"GROUP1.KAPPA.SetpointPosition;"