WMEM (allocator): fix warning: redeclaration of already-defined enum '_wmem_allocator_type_t' is a GNU extension [-Wgnu-redeclared-enum]

Change-Id: Ied0428324c14f248bf6857fd288b4fb5d4591230
Reviewed-on: https://code.wireshark.org/review/7033
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-02-08 20:31:49 +01:00 committed by Michael Mann
parent 58f8076fad
commit 0a2832c4be
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
extern "C" {
#endif /* __cplusplus */
enum _wmem_allocator_type_t;
struct _wmem_user_cb_container_t;
/* See section "4. Internal Design" of doc/README.wmem for details