fix compile warnings

This commit is contained in:
veejay
2023-10-08 21:02:45 +02:00
parent 4b51deabe4
commit 91d582cde1
4 changed files with 4 additions and 3 deletions

View File

@@ -1453,6 +1453,7 @@ static int is_aligned( char *msg, void *ptr, size_t alignment ) {
if(!isa) {
veejay_msg(VEEJAY_MSG_ERROR, "%s is not aligned to %d bytes. it's current alignment is %d bytes", msg, alignment, get_alignment(ptr) );
}
return isa;
}
#endif