Wireshark-commits: [Wireshark-commits] master 91ed2b0: Squelch PortAudio warnings on Windows x64 cm
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=91ed2b0b6369ea62eaca825849c585e673e884a5
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
91ed2b0 by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):
Squelch PortAudio warnings on Windows x64 cmake build
pa_win_wmme.c generates 4 warnings due to converting size_t down to a long
All 4 get the size_t from a strlen() call on a device path so are unlikely
to exceed a long.
Change-Id: I1d768b96abf42514149db067b24c98d0b9bdfaed
Reviewed-on: https://code.wireshark.org/review/8893
Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Actions performed:
from db686d8 Add RPCoRDMA dissector
adds 91ed2b0 Squelch PortAudio warnings on Windows x64 cmake build
Summary of changes:
ui/gtk/CMakeLists.txt | 12 ++++++++++++
1 file changed, 12 insertions(+)