06-06-2013, 07:47 PM
(06-06-2013, 05:19 PM)oort Wrote: 106 Warning: record md3_triangle is unusedThe two first are structure definition suggest. That's really strange they have been defined but never used.
114 Warning: record md3_vertex is unused
687 Warning: binary/1 obsolete
The last one I think it should be replaced with something like that below, since cname/1 is always been called with a binary parameter in the entire code:
Code:
cname(Bin) ->
cn(binary_to_list(Bin)).