ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master fa72887: Fix GTK3 detection (or more specific: the in

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Mar 2014 11:42:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fa7288702abf151c5c03db864d5b0f87e6b69406
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fa72887 by Joerg Mayer (jmayer@xxxxxxxxx):

    Fix GTK3 detection (or more specific: the include paths) on Windows
    
    Change-Id: Ia0aef096849d1935ca4a6d1d31aabd099087cf29
    Reviewed-on: https://code.wireshark.org/review/694
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  b0b6064   Fix [  5%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-umts_fp.c.o /home/jmayer/work/wireshark/git/epan/dissectors/packet-umts_fp.c: In function ‘umts_fp_init_protocol’: /home/jmayer/work/wireshark/git/epan/dissectors/packet-umts_fp.c:4526:17: error: enum conversion in assignment is invalid in C++ [-Werror=c++-compat]                  umts_fp_conversation_info->iface_type        = uat_umts_fp_ep_and_ch_records[i].interface_type;                  ^ /hom [...]
    adds  fa72887   Fix GTK3 detection (or more specific: the include paths) on Windows


Summary of changes:
 cmake/modules/FindGTK3.cmake |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)