|
Lines 34-41
Link Here
|
| 34 |
CFLAGS+= -Wno-nested-anon-types -Wno-unused-function |
34 |
CFLAGS+= -Wno-nested-anon-types -Wno-unused-function |
| 35 |
.if ${COMPILER_VERSION} >= 34 |
35 |
.if ${COMPILER_VERSION} >= 34 |
| 36 |
CFLAGS+= -Wno-unused-const-variable |
36 |
CFLAGS+= -Wno-unused-const-variable |
|
|
37 |
.if ${COMPILER_VERSION} >= 35 |
| 38 |
CFLAGS+= -Wno-tautological-undefined-compare |
| 37 |
.endif |
39 |
.endif |
| 38 |
.endif |
40 |
.endif |
|
|
41 |
.endif |
| 39 |
.else |
42 |
.else |
| 40 |
MAKE_ARGS+= strictaliasing=off |
43 |
MAKE_ARGS+= strictaliasing=off |
| 41 |
USE_GCC= any |
44 |
USE_GCC= any |