View | Details | Raw Unified | Return to bug 248288
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 312-318 Link Here
312
.include <bsd.port.pre.mk>
312
.include <bsd.port.pre.mk>
313
313
314
.if ${CHOSEN_COMPILER_TYPE} == clang
314
.if ${CHOSEN_COMPILER_TYPE} == clang
315
CXXFLAGS+=	-Wno-unknown-warning-option
315
CXXFLAGS+=	-Wno-unknown-warning-option -Wno-error
316
CXXFLAGS+=	-Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Wno-dynamic-class-memaccess
316
CXXFLAGS+=	-Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Wno-dynamic-class-memaccess
317
.endif
317
.endif
318
318

Return to bug 248288