projects
/
yaz4j-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a78764
)
Pass no-deprecated-declarations to g++
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 18 May 2015 12:08:52 +0000
(14:08 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 18 May 2015 12:08:52 +0000
(14:08 +0200)
so we can avoid warnings about using a deprecated function in zoom
header.
unix/pom.xml
patch
|
blob
|
history
diff --git
a/unix/pom.xml
b/unix/pom.xml
index
a98e050
..
49644a8
100644
(file)
--- a/
unix/pom.xml
+++ b/
unix/pom.xml
@@
-79,7
+79,7
@@
<compilerProvider>generic</compilerProvider>
<compilerExecutable>g++</compilerExecutable>
<compilerStartOptions>
- <compilerStartOption>-fPIC</compilerStartOption>
+ <compilerStartOption>-fPIC -Wno-deprecated-declarations</compilerStartOption>
</compilerStartOptions>
<compilerEndOptions>
<compilerEndOption>${yaz.cflags}</compilerEndOption>