From 9b039bc4ecff8c3feb345040e418b6ac041c9bae Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 18 May 2015 14:08:52 +0200 Subject: [PATCH] Pass no-deprecated-declarations to g++ so we can avoid warnings about using a deprecated function in zoom header. --- unix/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/pom.xml b/unix/pom.xml index a98e050..49644a8 100644 --- a/unix/pom.xml +++ b/unix/pom.xml @@ -79,7 +79,7 @@ generic g++ - -fPIC + -fPIC -Wno-deprecated-declarations ${yaz.cflags} -- 1.7.10.4