Skip to content

qt/MainInterface: fix warnings

Prince Gupta requested to merge jagannatharjun/vlc:maininterface-warnings into master

fixes undefined sanitizers warnings -
../../modules/gui/qt/maininterface/main_interface.cpp:283:19: runtime
error: load of value 190, which is not a valid value for type 'bool'
.... etc (original report - !660 (comment 286956))

also fixes unused function compile-time warning

Edited by Prince Gupta

Merge request reports