osiris icon indicating copy to clipboard operation
osiris copied to clipboard

Investigate binary creation warning

Open mkuratczyk opened this issue 3 years ago • 0 comments

When compiling with bin_opt_info, we have one warning currently:

$ ERL_COMPILER_OPTIONS=bin_opt_info make
...
src/osiris_log.erl:623: BINARY CREATED: binary is used in term passed to part/2
%  623|     validate_crc(Next, Crc, part(DataSize, DataAndTrailer)),
...

mkuratczyk avatar Jun 14 '22 11:06 mkuratczyk