mirror of https://github.com/FreeRDP/FreeRDP
primitives: return value to fix compiler warning
This commit is contained in:
parent
4a79425af2
commit
7089b8dcae
|
@ -703,6 +703,7 @@ PRIM_STATIC pstatus_t neon_yCbCrToRGB_16s16s_P3P3(
|
|||
g_buf += dstbump;
|
||||
b_buf += dstbump;
|
||||
}
|
||||
return PRIMITIVES_SUCCESS;
|
||||
}
|
||||
#endif /* WITH_NEON */
|
||||
|
||||
|
|
Loading…
Reference in New Issue