fix for -Wundef warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -309,7 +309,7 @@ Fax3Decode2D(TIFF* tif, tidata_t buf, tsize_t occ, tsample_t s)
|
|||||||
* this is <8 bytes. We optimize the code here to reflect the
|
* this is <8 bytes. We optimize the code here to reflect the
|
||||||
* machine characteristics.
|
* machine characteristics.
|
||||||
*/
|
*/
|
||||||
#if defined(__alpha) || _MIPS_SZLONG == 64 || defined(__LP64__) || defined(__arch64__)
|
#if defined(__alpha) || (defined(_MIPS_SZLONG) && _MIPS_SZLONG == 64) || defined(__LP64__) || defined(__arch64__)
|
||||||
#define FILL(n, cp) \
|
#define FILL(n, cp) \
|
||||||
switch (n) { \
|
switch (n) { \
|
||||||
case 15:(cp)[14] = 0xff; case 14:(cp)[13] = 0xff; case 13: (cp)[12] = 0xff;\
|
case 15:(cp)[14] = 0xff; case 14:(cp)[13] = 0xff; case 13: (cp)[12] = 0xff;\
|
||||||
|
Reference in New Issue
Block a user