projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
03fa930
)
Fix compile issue.
author
Brian Aker
<brian@tangent.org>
Fri, 3 Aug 2012 08:23:58 +0000
(
04:23
-0400)
committer
Brian Aker
<brian@tangent.org>
Fri, 3 Aug 2012 08:23:58 +0000
(
04:23
-0400)
libtest/cmdline.cc
patch
|
blob
|
history
diff --git
a/libtest/cmdline.cc
b/libtest/cmdline.cc
index 8cb76252259e6edef69bc302a8944db29e791d3b..3179d1928c89a07c101a57d2b5ce16172018deff 100644
(file)
--- a/
libtest/cmdline.cc
+++ b/
libtest/cmdline.cc
@@
-82,6
+82,7
@@
extern "C" {
namespace {
+#if 0
std::string print_argv(libtest::vchar_ptr_t& built_argv)
{
std::stringstream arg_buffer;
@@
-95,6
+96,7
@@
namespace {
return arg_buffer.str();
}
+#endif
std::string print_argv(char** argv)
{