diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-31 18:43:10 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-31 18:43:10 +0200 |
commit | 5d409fdca92e085dad2f9c80b42f33afe4f10800 (patch) | |
tree | b662a22783a8739291f90788e18699825795a6ef /js/src/Makefile.in | |
parent | 49a3f5a53793d75cd243936e22f99b798e84c84b (diff) | |
download | uxp-5d409fdca92e085dad2f9c80b42f33afe4f10800.tar.gz |
Remove AIX 1st party code OS checks, part 1
Issue #186
Diffstat (limited to 'js/src/Makefile.in')
-rw-r--r-- | js/src/Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/js/src/Makefile.in b/js/src/Makefile.in index 7f49a37181..20678c68c3 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -138,17 +138,6 @@ distclean:: CFLAGS += $(MOZ_ZLIB_CFLAGS) -# Silence warnings on AIX/HP-UX from non-GNU compilers -ifndef GNU_CC -ifeq ($(OS_ARCH),AIX) -# Suppress warnings from xlC -# 1540-1281: offsetof() on null non-POD types -# 1540-1608: anonymous unions using static data members -CFLAGS += -qsuppress=1540-1281 -qsuppress=1540-1608 -CXXFLAGS += -qsuppress=1540-1281 -qsuppress=1540-1608 -endif -endif - $(LIBRARY_NAME).pc: js.pc cp $^ $@ |