wireshark/wsutil
Hadriel Kaplan 0353c9a8e3 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>
2014-02-09 13:18:40 +00:00
..
CMakeLists.txt Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate" 2014-01-07 22:17:32 +00:00
Makefile.am Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate" 2014-01-07 22:17:32 +00:00
Makefile.common Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate" 2014-01-07 22:17:32 +00:00
Makefile.nmake Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate" 2014-01-07 22:17:32 +00:00
adler32.c
adler32.h
aes.c
aes.h
airpdcap_wep.c
base64.c Move epan/base64.[ch] to wsutil/ with function name change. 2013-12-21 14:38:51 +00:00
base64.h Move epan/base64.[ch] to wsutil/ with function name change. 2013-12-21 14:38:51 +00:00
bits_count_ones.h
bits_ctz.h
bitswap.c Fix previous commit + rename to bitswap. 2013-11-16 22:44:29 +00:00
bitswap.h Fix previous commit + rename to bitswap. 2013-11-16 22:44:29 +00:00
crash_info.c
crash_info.h
crc6.c
crc6.h
crc7.c
crc7.h
crc8.c
crc8.h
crc10.c
crc10.h
crc11.c
crc11.h
crc16-plain.c
crc16-plain.h
crc16.c
crc16.h
crc32.c - Change guint32 array initializer constants to use 'U' rather than 'L' 2013-12-20 16:57:02 +00:00
crc32.h
crcdrm.c
crcdrm.h
des.c
des.h
eax.c
eax.h
file_util.c
file_util.h
filesystem.c Make internal functions static 2014-01-10 07:01:15 +00:00
filesystem.h Add routines to set the personal file directory paths (personal 2013-11-19 19:45:38 +00:00
g711.c
g711.h
inet_aton.c
inet_aton.h
inet_ntop.c
inet_pton.c
inet_v6defs.h
md4.c
md4.h
md5.c Consistently use "guint8" for "8-bit byte". 2014-01-14 18:03:54 +00:00
md5.h
mpeg-audio.c
mpeg-audio.h
nstime.c
nstime.h
pint.h Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version. 2013-11-29 19:21:20 +00:00
plugins.c Move most of the plugin code from epan to wsutil and remove all 2013-12-02 08:30:29 +00:00
plugins.h Move most of the plugin code from epan to wsutil and remove all 2013-12-02 08:30:29 +00:00
privileges.c
privileges.h
rc4.c
rc4.h
report_err.c
report_err.h
sha1.c
sha1.h
sign_ext.h There's no need to mark inline functions with _U_ 2013-12-26 10:53:53 +00:00
str_util.c Move UAT xton() to wsutil library 2014-01-08 00:28:13 +00:00
str_util.h Move UAT xton() to wsutil library 2014-01-08 00:28:13 +00:00
strnatcmp.c
strnatcmp.h
strncasecmp.c
strptime.c
strptime.h
tempfile.c Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch]. 2013-11-17 04:39:44 +00:00
tempfile.h Fix (-W)documentation error found by Clang 2013-12-02 13:45:59 +00:00
type_util.c
type_util.h
u3.c
u3.h
unicode-utils.c Need <strsafe.h> for StringCchPrintf(). 2014-01-08 00:39:14 +00:00
unicode-utils.h Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate" 2014-01-07 22:17:32 +00:00
wsgcrypt.h Fix Bug 6489 to stop compiler warning on gcrypt deprecated delcarations 2014-02-09 13:18:40 +00:00
wsgetopt.c
wsgetopt.h
wsgetopt_int.h