Wireshark-commits: [Wireshark-commits] rev 48575: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_allocat

Date: Wed, 27 Mar 2013 02:28:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48575

User: eapache
Date: 2013/03/26 07:28 PM

Log:
 Fix -Wshadow that happens with some old versions of gcc (not mine, for some
 reason).
 
 Don't use g_assert_cmpuint, since it apparently causes warnings on windows that
 I don't know how to get rid of safely without breaking the conditions being
 checked.

Directory: /trunk/epan/wmem/
  Changes    Path                      Action
  +9 -9      wmem_allocator_block.c    Modified
  +11 -10    wmem_test.c               Modified