ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master d426802: Try to fix warning: cast discards__attribute

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 17 Mar 2014 16:10:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d426802162a3b77898a75802167c0b6e898cf087
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d426802 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Try to fix warning: cast discards__attribute__((const)) qualifier
    from pointer target type [-Wcast-qual]
    
    Change-Id: Idb1d8c9ac6fee135d3c3c7438d46ad6fb396954f
    Reviewed-on: https://code.wireshark.org/review/715
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ce527ba   Try to fix trivial varnings
    adds  d426802   Try to fix warning: cast discards__attribute__((const)) qualifier from pointer target type [-Wcast-qual]


Summary of changes:
 ui/gtk/stock_icons.c |  344 +++++++++++++++++++++++++-------------------------
 1 file changed, 172 insertions(+), 172 deletions(-)