# HG changeset patch # User arpi # Date 1032205197 0 # Node ID 0684cad9b204f3ab65c999b7d0f8595e7cf9f1bc # Parent 78678f03c28d5e1fb8206ca6956009cf0133b499 use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE diff -r 78678f03c28d -r 0684cad9b204 postproc/rgb2rgb_template.c --- a/postproc/rgb2rgb_template.c Mon Sep 16 19:37:57 2002 +0000 +++ b/postproc/rgb2rgb_template.c Mon Sep 16 19:39:57 2002 +0000 @@ -12,7 +12,8 @@ #include /* for __WORDSIZE */ #ifndef __WORDSIZE -#warning You have misconfigured system and probably will lose performance! +// #warning You have misconfigured system and probably will lose performance! +#define __WORDSIZE MP_WORDSIZE #endif #undef PREFETCH