mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-05 23:34:35 +08:00
Remove return statements following infinite loops without break
These statements cannot be reached and are thus not needed. This removes a number of compiler warnings. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@ -462,7 +462,6 @@ const char *small_strptime(const char *p, const char *fmt,
|
||||
p++;
|
||||
}
|
||||
}
|
||||
return p;
|
||||
}
|
||||
|
||||
static time_t mktimegm(struct tm *tm)
|
||||
|
Reference in New Issue
Block a user