~brianaker/libmemcached/fedora-fix

« back to all changes in this revision

Viewing changes to libtest/has.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:
41
41
#include <cstdlib>
42
42
#include <unistd.h>
43
43
 
 
44
#ifndef __INTEL_COMPILER
 
45
#pragma GCC diagnostic ignored "-Wstringop-truncation"
 
46
#endif
 
47
 
44
48
namespace libtest {
45
49
 
46
50
bool has_libmemcached_sasl(void)