wireshark/epan/wmem
Gerald Combs bdf26a35f6 Test: Disable a wmem compilation warning.
Disable the following warning:

    ../epan/wmem/wmem_test.c:690:9: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations]
             for (j=0; j<=i; j++, k++) {
             ^~~

Change-Id: If1ea004d6b0fc2aa5450a810dd400245afd1a490
Reviewed-on: https://code.wireshark.org/review/32709
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-04 03:59:35 +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
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 Test: Disable a wmem compilation warning. 2019-04-04 03:59:35 +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