summaryrefslogtreecommitdiff
path: root/external/libcmis/UnpackedTarball_cmis.mk
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-11 16:11:11 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-11 15:49:32 +0000
commit778056c509cbf065b19556ab9332d4dfba436d70 (patch)
treee7e901fc2c77f6220358f02745410c439d64684d /external/libcmis/UnpackedTarball_cmis.mk
parent6b1b65a1651980861f921b5dcfca2d609fc4127b (diff)
libcmis: WaE: warning C4101: 'e' : unreferenced local variable
Change-Id: I37456029e766340450988f3d6c768bf2fd7aa973 Reviewed-on: https://gerrit.libreoffice.org/9313 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'external/libcmis/UnpackedTarball_cmis.mk')
-rw-r--r--external/libcmis/UnpackedTarball_cmis.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/external/libcmis/UnpackedTarball_cmis.mk b/external/libcmis/UnpackedTarball_cmis.mk
index 87449514f2f1..1ee253d3f207 100644
--- a/external/libcmis/UnpackedTarball_cmis.mk
+++ b/external/libcmis/UnpackedTarball_cmis.mk
@@ -17,7 +17,9 @@ $(eval $(call gb_UnpackedTarball_add_patches,cmis, \
external/libcmis/libcmis-0.4.1.patch \
external/libcmis/libcmis-0.4.1-empty-path.patch \
external/libcmis/libcmis-0.4.1-properties-fix.patch \
- external/libcmis/libcmis-libxml2_compatibility.patch))
+ external/libcmis/libcmis-libxml2_compatibility.patch \
+ external/libcmis/libcmis-0.4.1-unreferenced-local-variable.patch \
+))
ifeq ($(OS)$(COM),WNTMSC)
$(eval $(call gb_UnpackedTarball_add_patches,cmis,external/libcmis/boost-win.patch))