From b89023984e5ebd65ae177bd59c17fbf305528adb Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Tue, 12 Dec 2017 15:57:28 +0100 Subject: [PATCH] make it only a warning on non-intel --- gfx/thebes/gfxMacPlatformFontList.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/gfxMacPlatformFontList.mm b/gfx/thebes/gfxMacPlatformFontList.mm index d38ded97c..75abc38af 100644 --- a/gfx/thebes/gfxMacPlatformFontList.mm +++ b/gfx/thebes/gfxMacPlatformFontList.mm @@ -488,7 +488,7 @@ MacOSFontEntry::GetFontTable(uint32_t aTag) if (MOZ_LIKELY(mFontTableDirSize > 0)) { // XXX: This assumes big endian (warning Intel) #ifndef __ppc__ -#error needs GetFontTable fast path needs little endian version +#warning needs GetFontTable fast path needs little endian version #endif #ifdef DEBUG_X