Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master c654add: Add consts to casts to suppress warnings.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 6 Jul 2014 01:30:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c654add76c76267a7b883e6a3e35d5d744847eac
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c654add by Guy Harris (guy@xxxxxxxxxxxx):

    Add consts to casts to suppress warnings.
    
    Pull the "cast this to a pointer to an __m128i" idiom into a macro, and
    use the macro; have that macro use "const" in the casts.
    
    Change-Id: Ife90b7daef2f09368790f3b2ffbb227d6d794dea
    Reviewed-on: https://code.wireshark.org/review/2871
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  570d52a   Pull the record processing into netmon_process_record().
    adds  c654add   Add consts to casts to suppress warnings.


Summary of changes:
 wsutil/ws_mempbrk_sse42.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)