ck_cc: Add no-op macros in case of unsupported compiler.

ck_pring
Samy Al Bahra 12 years ago
parent 269cddc04c
commit f6a675ab00

@ -49,4 +49,32 @@
#define CK_CC_ALIASED #define CK_CC_ALIASED
#endif #endif
#ifndef CK_CC_UNUSED
#define CK_CC_UNUSED
#endif
#ifndef CK_CC_USED
#define CK_CC_USED
#endif
#ifndef CK_CC_IMM
#define CK_CC_IMM
#endif
#ifndef CK_CC_PACKED
#define CK_CC_PACKED
#endif
#ifndef CK_CC_WEAKREF
#define CK_CC_WEAKREF
#endif
#ifndef CK_CC_ALIGN
#define CK_CC_ALIGN(X)
#endif
#ifndef CK_CC_CACHELINE
#define CK_CC_CACHELINE
#endif
#endif /* _CK_CC_H */ #endif /* _CK_CC_H */

Loading…
Cancel
Save