make it only a warning on non-intel

This commit is contained in:
Riccardo Mottola 2017-12-12 15:57:28 +01:00
parent 79e98020c7
commit b89023984e
1 changed files with 1 additions and 1 deletions

View File

@ -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