summaryrefslogtreecommitdiff
path: root/third_party/build/resample/config.h
blob: bf4cda6a2dd285442c67b12dfa0b01c90fc1f4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* This file is included by endian.h */

#include <pj/types.h>
#undef INLINE
#define INLINE	__inline


#ifndef WITH_PJ
#   error This needs to be declared!
#endif

#ifdef _MSC_VER
#   pragma warning(disable: 4244)   // conversion from 'double ' to 'unsigned int ', possible loss of data
#   pragma warning(disable: 4761)   // integral size mismatch in argument; conversion supplied
#endif

#define STATIC