Wireshark-commits: [Wireshark-commits] rev 51269: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sat, 10 Aug 2013 21:30:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51269

User: alagoutte
Date: 2013/08/10 02:30 PM

Log:
 Fix (-W)documentation error found by Clang
 
 packet-knet.c:466:5: error: '@return' command used in a comment that is attached
       to a function returning void [-Werror,-Wdocumentation]
  * @return void
    ~^~~~~~~~~~~
 packet-knet.c:518:5: error: '@return' command used in a comment that is attached
       to a function returning void [-Werror,-Wdocumentation]
  * @return void
    ~^~~~~~~~~~~
 packet-knet.c:677:5: error: '@return' command used in a comment that is attached
       to a function returning void [-Werror,-Wdocumentation]
  * @return void
    ~^~~~~~~~~~~
 packet-knet.c:697:5: error: '@return' command used in a comment that is attached
       to a function returning void [-Werror,-Wdocumentation]
  * @return void
    ~^~~~~~~~~~~
 packet-knet.c:717:5: error: '@return' command used in a comment that is attached
       to a function returning void [-Werror,-Wdocumentation]
  * @return void
    ~^~~~~~~~~~~
 packet-knet.c:731:5: error: '@return' command used in a comment that is attached
       to a function returning void [-Werror,-Wdocumentation]
  * @return void
    ~^~~~~~~~~~~

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -14     packet-knet.c    Modified