mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Eliminate MSVC compiler warnings.
This commit is contained in:
parent
4c72458c6c
commit
37f52c4695
@ -397,7 +397,7 @@ LOCAL OFFTYPE cvoptr(LVAL p)
|
||||
|
||||
/* pointer not within any segment */
|
||||
xlerror("bad pointer found during image save",p);
|
||||
return (NIL);
|
||||
return ((OFFTYPE)NIL);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user