Wireshark-commits: [Wireshark-commits] master-2.6 d574a3a: cosine.c: fix compilation with gcc 8
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 May 2018 21:27:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d574a3a3a6b9bae6bf6f331326e7551c56ac0ed1
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

d574a3a by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    cosine.c: fix compilation with gcc 8
    
    cosine.c:232:46: error: logical ‘or’ of equal expressions [-Werror=logical-op]
    
    Change-Id: Iaefc4ff232b54994c8737a95c5990c0806e7c56e
    Reviewed-on: https://code.wireshark.org/review/27270
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit a863ee0c86eed649a57ce9445072e8ff16901144)
    Reviewed-on: https://code.wireshark.org/review/27286
    

Actions performed:

    from  772032b   Qt: fix compilation with gcc 8
    adds  d574a3a   cosine.c: fix compilation with gcc 8


Summary of changes:
 wiretap/cosine.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)