﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
10476	Silence uint warning (comparison < 0) in mythudplistener.cpp	Gary Buhrmaster <gary.buhrmaster@…>	stuartm	"Silence a (pedantic) warning about testing the timeout uint for less than zero in mythtv/libs/libmythui/mythudplistener.cpp (detected by clang).

timeout is declared a uint.  The string conversion is via toUInt().  The value cannot be negative, and the test is considered redundant by clang.

Patch attached to remove the (redundant) test.

"	Patch - Bug Fix	closed	minor	0.25	MythTV - General	Master Head	medium	fixed			0
