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

Commits:

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

    netscreen.c: fix compilation with gcc 8
    
    netscreen.c:135:49: error: logical ‘or’ of equal expressions [-Werror=logical-op]
    
    Change-Id: I19627178f674920030007433d7b9d0c9e3481816
    Reviewed-on: https://code.wireshark.org/review/27272
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 131eb5593bc48112abf671aa098abcb2d27bcb2f)
    Reviewed-on: https://code.wireshark.org/review/27287
    

Actions performed:

    from  d574a3a   cosine.c: fix compilation with gcc 8
    adds  fae1cd5   netscreen.c: fix compilation with gcc 8


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