~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to libtest/socket.cc

  • Committer: Brian Aker
  • Date: 2012-09-24 01:36:01 UTC
  • mto: This revision was merged to the branch mainline in revision 1072.
  • Revision ID: brian@tangent.org-20120924013601-4f0zeykol10ka6so
Updates from ddm4

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 *
35
35
 */
36
36
 
37
 
#include "libtest/yatlcon.h"
 
37
#include <config.h>
38
38
#include <libtest/common.h>
39
39
 
40
 
#ifndef __INTEL_COMPILER
41
 
#pragma GCC diagnostic ignored "-Wstringop-truncation"
42
 
#pragma GCC diagnostic ignored "-Wstringop-overflow"
43
 
#endif
44
 
 
45
40
static char global_socket[1024]= { 0 };
46
41
 
47
42
namespace libtest {