aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorFelix Palmen <zirias@FreeBSD.org>2022-09-05 12:41:34 +0000
committerFelix Palmen <zirias@FreeBSD.org>2022-09-05 17:54:19 +0000
commitae0a635327629b218f6af11fb3421c310a292a38 (patch)
treec398f50355aa8ac25d1dad4949531c2025d870bd /editors
parent0dee612caeb239a62735b363d8067903098c96ae (diff)
downloadports-ae0a635327629b218f6af11fb3421c310a292a38.tar.gz
ports-ae0a635327629b218f6af11fb3421c310a292a38.zip
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 0712aec63964..1ddde06ec79b 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -344,7 +344,8 @@ LLD_UNSAFE= yes
.endif
.if ${CHOSEN_COMPILER_TYPE} == clang
-CXXFLAGS_WARN= -Woverloaded-virtual -Wno-unused-parameter -Wno-unused-local-typedefs
+CXXFLAGS_WARN= -Woverloaded-virtual -Wno-c++11-narrowing \
+ -Wno-unused-parameter -Wno-unused-local-typedefs
.else
CXXFLAGS_WARN= -Wshadow -Woverloaded-virtual
.endif