]>
Commit | Line | Data |
---|---|---|
1 | ###################################################################### | |
2 | #BEGIN Machine dependent Makefile fragment for arm | |
3 | ###################################################################### | |
4 | ||
5 | # | |
6 | # Diagnostic opt-outs. We need to make this list empty. | |
7 | # | |
8 | # DO NOT ADD MORE HERE. | |
9 | # | |
10 | # -Wno-implicit-int-conversion | |
11 | OSSpinLock.o_CFLAGS_ADD += -Wno-implicit-int-conversion | |
12 | # -Wno-shorten-64-to-32 | |
13 | OSArray.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32 | |
14 | OSDictionary.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32 | |
15 | OSKextVersion.o_CFLAGS_ADD += -Wno-shorten-64-to-32 | |
16 | OSOrderedSet.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32 | |
17 | OSRuntime.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32 | |
18 | OSSerializeBinary.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32 | |
19 | OSString.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32 | |
20 | OSSymbol.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32 | |
21 | ||
22 | ###################################################################### | |
23 | #END Machine dependent Makefile fragment for arm | |
24 | ###################################################################### |