From: Adam Dickmeiss Date: Mon, 18 May 2015 12:08:52 +0000 (+0200) Subject: Pass no-deprecated-declarations to g++ X-Git-Tag: v1.5~12 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=9b039bc4ecff8c3feb345040e418b6ac041c9bae;p=yaz4j-moved-to-github.git Pass no-deprecated-declarations to g++ so we can avoid warnings about using a deprecated function in zoom header. --- 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}