Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
14890b6a
Commit
14890b6a
authored
Mar 07, 2005
by
Andy Cedilnik
Browse files
COMP: Remove warning
parent
cc9a43dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestSubmit.cxx
View file @
14890b6a
...
...
@@ -618,9 +618,11 @@ bool cmCTestSubmit::SubmitUsingXMLRPC(const cmStdString& localprefix,
realEncodedSize
);
std
::
cout
<<
"]"
<<
std
::
endl
;
/*
result = xmlrpc_client_call(&env, "http://betty.userland.com/RPC2",
"examples.getStateName",
"(i)", (xmlrpc_int32) cnt++);
*/
std
::
string
remoteCommand
=
remoteprefix
+
".put"
;
result
=
xmlrpc_client_call
(
&
env
,
url
.
c_str
(),
remoteCommand
.
c_str
(),
...
...
@@ -649,7 +651,7 @@ bool cmCTestSubmit::SubmitUsingXMLRPC(const cmStdString& localprefix,
return
0
;
}
printf
(
"%
s
\n
"
,
state_name
);
printf
(
"%
d: %s
\n
"
,
cnt
,
state_name
);
/* Dispose of our result value. */
xmlrpc_DECREF
(
result
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment