mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-07 09:31:28 +00:00
make it only a warning on non-intel
This commit is contained in:
parent
79e98020c7
commit
b89023984e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user