Wireshark-commits: [Wireshark-commits] master a863ee0: cosine.c: fix compilation with gcc 8

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 May 2018 20:02:57 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a863ee0c86eed649a57ce9445072e8ff16901144
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a863ee0 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>
    

Actions performed:

    from  ac1c1c3   extcap.c: fix compilation with gcc 8
    adds  a863ee0   cosine.c: fix compilation with gcc 8


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