xref: /xnu-8796.141.3/libkern/conf/Makefile.arm (revision 1b191cb58250d0705d8a51287127505aa4bc0789)
1*1b191cb5SApple OSS Distributions######################################################################
2*1b191cb5SApple OSS Distributions#BEGIN	Machine dependent Makefile fragment for arm
3*1b191cb5SApple OSS Distributions######################################################################
4*1b191cb5SApple OSS Distributions
5*1b191cb5SApple OSS Distributions#
6*1b191cb5SApple OSS Distributions# Diagnostic opt-outs.  We need to make this list empty.
7*1b191cb5SApple OSS Distributions#
8*1b191cb5SApple OSS Distributions# DO NOT ADD MORE HERE.
9*1b191cb5SApple OSS Distributions#
10*1b191cb5SApple OSS Distributions# -Wno-implicit-int-conversion
11*1b191cb5SApple OSS DistributionsOSSpinLock.o_CWARNFLAGS_ADD += -Wno-implicit-int-conversion
12*1b191cb5SApple OSS Distributions# -Wno-shorten-64-to-32
13*1b191cb5SApple OSS DistributionsOSArray.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
14*1b191cb5SApple OSS DistributionsOSDictionary.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
15*1b191cb5SApple OSS DistributionsOSKextVersion.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32
16*1b191cb5SApple OSS DistributionsOSOrderedSet.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
17*1b191cb5SApple OSS DistributionsOSRuntime.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
18*1b191cb5SApple OSS DistributionsOSSerializeBinary.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
19*1b191cb5SApple OSS DistributionsOSString.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
20*1b191cb5SApple OSS DistributionsOSSymbol.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
21*1b191cb5SApple OSS Distributions
22*1b191cb5SApple OSS Distributions######################################################################
23*1b191cb5SApple OSS Distributions#END	Machine dependent Makefile fragment for arm
24*1b191cb5SApple OSS Distributions######################################################################
25