Wireshark-commits: [Wireshark-commits] master d853e92: Convert all the other	function-defining macr
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d853e92b75e6e47ed334d83faaef4d05b87be7af
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d853e92 by Guy Harris (guy@xxxxxxxxxxxx):
    Convert all the other function-defining macros.
    
    (Perhaps C2099 will finally deprecate old-style function definitions and
    allow you to declare parameters without names, just as C++ does, and
    compilers will - obviously - not warn about those parameters being
    unreferenced, obviating the need for __attribute((unused))__ and the
    like.  And perhaps monkeys will fly out of....)
    
    Change-Id: Iff295c1854e66eb4f9e02cdd5761e0191d371365
    Reviewed-on: https://code.wireshark.org/review/4018
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  746a265   Try to suppress MSVC++ unused parameter warnings.
    adds  d853e92   Convert all the other function-defining macros.
Summary of changes:
 epan/uat.h |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)