Issue #1751 -- Remove XP_IOS

This commit is contained in:
Moonchild 2021-05-01 07:15:13 +00:00 committed by roytam1
commit a9c8f3a84a
9 changed files with 6 additions and 74 deletions

View file

@ -8,9 +8,7 @@
#ifndef mozilla_${HEADER}_h
#define mozilla_${HEADER}_h
// For some reason, Apple's GCC refuses to honor -fno-exceptions when
// compiling ObjC.
#if defined(__EXCEPTIONS) && __EXCEPTIONS && !(__OBJC__ && __GNUC__ && XP_IOS)
#if defined(__EXCEPTIONS) && __EXCEPTIONS
# error "STL code can only be used with -fno-exceptions"
#endif