~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libhashkit/md5.cc

  • Committer: Continuous Integration
  • Date: 2013-02-21 09:02:24 UTC
  • mfrom: (1148.1.13 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20130221090224-dpkss7vogxu15cw8
Merge lp:~tangent-org/libmemcached/1.0-build/ Build: jenkins-Libmemcached-230

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
#include <string.h>
72
72
#include <sys/types.h>
73
73
 
 
74
#pragma GCC diagnostic ignored "-Wunsafe-loop-optimizations"
 
75
 
74
76
/* POINTER defines a generic pointer type */
75
77
typedef unsigned char *POINTER;
76
78
typedef const unsigned char *CONST_POINTER;