aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
diff options
context:
space:
mode:
authorHadriel Kaplan <hadrielk@yahoo.com>2014-02-06 14:32:59 -0500
committerMartin Kaiser <wireshark@kaiser.cx>2014-02-09 13:18:40 +0000
commit0353c9a8e357f688cd8d9523ab10a95c7bc8473d (patch)
treeebcf65c5c06cca89b3c4050a27a128309976838a /test/lua
parent3fd9a5e6136b4ada0904b632b6ea4082f6401ed4 (diff)
Fix Bug 6489 to stop compiler warning on gcrypt deprecated delcarations
The libgcrypt library has several deprecated functions exported, that we don't use. Unfortunately the GCC compiler warns about these deprecated functions regardless, which is quite annoying. This commit makes clang/gcc ignore the deprecated attribute, for gcrypt.h only. The danger with this is if gcrypt ever deprecates a function we actually *use*, then we won't see the warning. So I'm not sure if it's a good or bad idea to do this change, but it's really annoying to see the warnings and makes finding real warnings difficult. Change-Id: I03e80a6e7e4833ce0f709088c9ab4af98193db3d Reviewed-on: https://code.wireshark.org/review/128 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'test/lua')
0 files changed, 0 insertions, 0 deletions