Wireshark-commits: [Wireshark-commits] master 38d5b11: Fix warning when build with -Wdocumentation

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 15 Apr 2014 14:40:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=38d5b11fa21dd3da88cded8cc17183683569419c
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

38d5b11 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Fix warning when build with -Wdocumentation
    
    epan/wmem/wmem_strutl.h:85:63: error: parameter 'str' is already documented [-Werror,-Wdocumentation]
    epan/wmem/wmem_strutl.h:85:27: note: previous documentation
    epan/wmem/wmem_strutl.h:90:39: error: parameter 'str' is already documented [-Werror,-Wdocumentation]
    epan/wmem/wmem_strutl.h:85:57: note: previous documentation
    epan/wmem/wmem_strutl.h:83:11: error: parameter 'allocator:' not found in the function declaration
    epan/wmem/wmem_strutl.h:83:11: note: did you mean 'allocator'?
    epan/wmem/wmem_strutl.h:84:11: error: parameter 'str:' not found in the function declaration [-Werror,-Wdocumentation]
    epan/wmem/wmem_strutl.h:85:11: error: parameter 'len:' not found in the function declaration [-Werror,-Wdocumentation]
    epan/wmem/wmem_strutl.h:85:11: note: did you mean 'len'?
    
    Change-Id: Id2888c5967c94c48f9b53957c8be361bbebd3488
    Reviewed-on: https://code.wireshark.org/review/1151
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  5c5a24f   Update French translation
    adds  38d5b11   Fix warning when build with -Wdocumentation


Summary of changes:
 epan/wmem/wmem_strutl.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)