Wireshark-commits: [Wireshark-commits] master f0be7f2: Lemon: Squelch an unused parameter warning.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Dec 2019 10:32:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f0be7f27d862a5f460b398693fe4731e7ed87aa8
Submitter: "Graham Bloice <graham.bloice@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f0be7f2 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Lemon: Squelch an unused parameter warning.
    
    Fixes
    
    ... tools\lemon\lemon.c(1630,14): warning C4100: 'argc': unreferenced formal parameter ...
    
    Change-Id: I5cddbbed025e246ddebe9189edbe6fbeea883a7d
    Reviewed-on: https://code.wireshark.org/review/35522
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  aebe018   Cleanly fetch the query string.
     add  f0be7f2   Lemon: Squelch an unused parameter warning.


Summary of changes:
 tools/lemon/lemon.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)