Wireshark-commits: [Wireshark-commits] master ee2bfbf: The parser is at the bottom, so the shadow w

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

Commits:

ee2bfbf by Guy Harris (guy@xxxxxxxxxxxx):

    The parser is at the bottom, so the shadow warning must be turned off there.
    
    The parser is what declares the local yylval, and that's generated below
    all the user-specified code, so we have to turn diagnostics off at the
    bottom.
    
    Change-Id: I33d5f53c1fd67014ae7fe2b851d45d0c5e80becd
    Reviewed-on: https://code.wireshark.org/review/26086
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  852e337   IEEE 802.15.4: Rename ieee802154_payload_* to ieee802154_decrypt_*
    adds  ee2bfbf   The parser is at the bottom, so the shadow warning must be turned off there.


Summary of changes:
 wiretap/ascend.y | 2 ++
 1 file changed, 2 insertions(+)