wireshark/epan/wmem
Peter Wu 6866896ed1 Revert "Test: Disable a wmem compilation warning."
This reverts commit bdf26a35f6.

This caused a warning on AppleClang 9.1.0.9020039 on Travis CI:

  ../epan/wmem/wmem_test.c:692:1: warning: unknown warning group '-Wunsafe-loop-optimizations', ignored [-Wunknown-warning-option]

A better workaround is to globally disable the warning for broken GCC
versions.

Change-Id: I3d878c4dccd5afc28e4bf8394f9adae2e6c35deb
Reviewed-on: https://code.wireshark.org/review/32903
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-20 06:06:14 +00:00
..
CMakeLists.txt Include epan header files in VS solution. 2019-02-18 00:49:51 +00:00
wmem.h
wmem_allocator.h
wmem_allocator_block.c
wmem_allocator_block.h
wmem_allocator_block_fast.c
wmem_allocator_block_fast.h
wmem_allocator_simple.c
wmem_allocator_simple.h
wmem_allocator_strict.c
wmem_allocator_strict.h
wmem_array.c
wmem_array.h
wmem_core.c Try to discourage the use of APIs via counting. 2018-09-19 16:07:03 +00:00
wmem_core.h
wmem_interval_tree.c Don't cast away constness if you don't have to. 2019-03-18 06:09:42 +00:00
wmem_interval_tree.h
wmem_list.c
wmem_list.h
wmem_map.c
wmem_map.h
wmem_map_int.h
wmem_miscutl.c
wmem_miscutl.h
wmem_queue.h
wmem_scopes.c
wmem_scopes.h
wmem_stack.c
wmem_stack.h
wmem_strbuf.c
wmem_strbuf.h
wmem_strutl.c wmem: fix a comment. 2019-03-14 18:11:56 +00:00
wmem_strutl.h TSDNS: Add more wmem_strsplit return checks. 2019-03-21 05:04:29 +00:00
wmem_test.c Revert "Test: Disable a wmem compilation warning." 2019-04-20 06:06:14 +00:00
wmem_tree-int.h
wmem_tree.c wmem_tree: fix crash with wmem_tree_destroy and NULL scope 2018-10-12 05:08:18 +00:00
wmem_tree.h
wmem_user_cb.c
wmem_user_cb.h
wmem_user_cb_int.h