mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
remove some unreachable break statements
following a goto. + enable -Wunreachable-code-aggressive if available Change-Id: I0312800d84d8984dbc51925600ed5d7d438413fd
This commit is contained in:
@ -947,7 +947,6 @@ static WEBP_INLINE void CopyBlock8b(uint8_t* const dst, int dist, int length) {
|
||||
break;
|
||||
default:
|
||||
goto Copy;
|
||||
break;
|
||||
}
|
||||
CopySmallPattern8b(src, dst, length, pattern);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user