wireshark/epan/wmem
Guy Harris 8ed7a73e22 Fix a bunch of warnings.
Cast away some implicit 64-bit-to-32-bit conversion errors due to use of
sizeof.

Cast away some implicit 64-bit-to-32-bit conversion errors due to use of
strtol() and strtoul().

Change some data types to avoid those implicit conversion warnings.

When assigning a constant to a float, make sure the constant isn't a
double, by appending "f" to the constant.

Constify a bunch of variables, parameters, and return values to
eliminate warnings due to strings being given const qualifiers.  Cast
away those warnings in some cases where an API we don't control forces
us to do so.

Enable a bunch of additional warnings by default.  Note why at least
some of the other warnings aren't enabled.

randpkt.c and text2pcap.c are used to build programs, so they don't need
to be in EXTRA_DIST.

If the user specifies --enable-warnings-as-errors, add -Werror *even if
the user specified --enable-extra-gcc-flags; assume they know what
they're doing and are willing to have the compile fail due to the extra
GCC warnings being treated as errors.

svn path=/trunk/; revision=46748
2012-12-26 05:57:06 +00:00
..
Makefile.am Make it a little more like the Makefile.am for the ftypes subdirectory. 2012-10-24 05:30:14 +00:00
Makefile.common Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
Makefile.nmake
wmem.h Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
wmem_allocator.h Use const in wmem where possible. 2012-11-08 23:18:26 +00:00
wmem_allocator_block.c Use 'new' instead of 'create' a consistent manner. 2012-12-18 23:25:11 +00:00
wmem_allocator_block.h Use 'new' instead of 'create' a consistent manner. 2012-12-18 23:25:11 +00:00
wmem_allocator_simple.c Rename allocator_glib to allocator_simple, since the block allocator also 2012-12-18 23:36:45 +00:00
wmem_allocator_simple.h Rename allocator_glib to allocator_simple, since the block allocator also 2012-12-18 23:36:45 +00:00
wmem_core.c See if *this* squelches the MSVC errors. 2012-12-19 04:30:02 +00:00
wmem_core.h Dispatch all allocator creations through a single function using an enum to 2012-12-19 00:43:36 +00:00
wmem_scopes.c Dispatch all allocator creations through a single function using an enum to 2012-12-19 00:43:36 +00:00
wmem_scopes.h Add wmem scopes for packet and file lifetimes. The file lifetime scope isn't 2012-11-03 15:49:15 +00:00
wmem_slab.c Use 'new' instead of 'create' a consistent manner. 2012-12-18 23:25:11 +00:00
wmem_slab.h Use 'new' instead of 'create' a consistent manner. 2012-12-18 23:25:11 +00:00
wmem_slist.c Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
wmem_slist.h Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
wmem_stack.c Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
wmem_stack.h Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
wmem_strbuf.c Make the wmem string-buffer marginally useful but providing some accessors so 2012-12-19 00:51:48 +00:00
wmem_strbuf.h Make the wmem string-buffer marginally useful but providing some accessors so 2012-12-19 00:51:48 +00:00
wmem_strutl.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
wmem_strutl.h Add strdup_printf and strdup_vprintf to the wmem string utilities. 2012-11-25 14:16:50 +00:00