~brianaker/libmemcached/unittest-fix

« back to all changes in this revision

Viewing changes to libtest/socket.cc

  • Committer: ci at tangent
  • Date: 2021-03-16 05:41:27 UTC
  • mfrom: (1195.1.2 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20210316054127-r03bfr1i04lg1gad
Automagic merge of lp:~brianaker/libmemcached/compile-fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include "libtest/yatlcon.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
 
40
45
static char global_socket[1024]= { 0 };
41
46
 
42
47
namespace libtest {