Fix a couple of unused-comparison clang warnings
This commit is contained in:
@@ -141,7 +141,7 @@ ClosestTick(
|
||||
* to see if the duration needs to be updated.
|
||||
*/
|
||||
if (re->re_duration == RE_NOTSET)
|
||||
(*res)->res_duration == RE_NOTSET;
|
||||
(*res)->res_duration = RE_NOTSET;
|
||||
|
||||
return closest_tick;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user