Wireshark-commits: [Wireshark-commits] master 4a9c686: More constification, to squelch warnings.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 18 Mar 2019 00:18:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4a9c6863221e746f4e9fcc5508f692e5dc5de936
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4a9c686 by Guy Harris (guy@xxxxxxxxxxxx):

    More constification, to squelch warnings.
    
    capture_input_cfilter_error_message() doesn't, and shouldn't, modify or
    free or... the error message, so make the pointer to it a const pointer.
    
    Change-Id: Ic14ac306add328df369af4b6e149c856f4283912
    Reviewed-on: https://code.wireshark.org/review/32464
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5a7e0b6   Don't cast away constness if you don't have to.
     add  4a9c686   More constification, to squelch warnings.


Summary of changes:
 capchild/capture_sync.c | 2 +-
 capchild/capture_sync.h | 2 +-
 tshark.c                | 2 +-
 ui/capture.c            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)