Hide some compiler warning that are known and accepted
commita61f6c2484a88cfda55d1fc0882c9bf460ecae50
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 15 Jun 2013 12:38:45 +0000 (15 14:38 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 16 Jun 2013 18:03:24 +0000 (16 19:03 +0100)
tree5041d17b4f77574a5abbbac781067cd07de9b2d5
parent39ecbc10848d2efaf929b354bb61721852a2e706
Hide some compiler warning that are known and accepted

Because we have to use some X functions marked as deprecated to
ensure portability, we prefer to hide the warnings from standard
users, and keep them only for dev team.

[crm: Add -Wno-deprecated-declarations too]

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
configure.ac