dtcm: Resolve 303 compiler warnings.

This commit is contained in:
Peter Howkins
2015-01-13 14:22:25 +00:00
parent fe39b630b3
commit 8baeb4c0a0
44 changed files with 275 additions and 250 deletions

View File

@@ -305,7 +305,7 @@ DeriveNewStartTime(
* time should be.
*/
while (--num_events &&
(an_event = PrevTick(an_event, NULL, new_re, res))) {
(an_event = PrevTick(an_event, 0, new_re, res))) {
;
}