Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
I´m searching for a md3 plugin
06-06-2013, 07:47 PM
Post: #5
RE: I´m searching for a md3 plugin
(06-06-2013 05:19 PM)oort Wrote:  106 Warning: record md3_triangle is unused
114 Warning: record md3_vertex is unused
687 Warning: binary/1 obsolete
The two first are structure definition suggest. That's really strange they have been defined but never used. Dodgy
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)).
Reply


Messages In This Thread
RE: I´m searching for a md3 plugin - oort - 06-06-2013, 03:55 PM
RE: I´m searching for a md3 plugin - oort - 06-06-2013, 05:19 PM
RE: I´m searching for a md3 plugin - micheus - 06-06-2013 07:47 PM
RE: I´m searching for a md3 plugin - oort - 06-06-2013, 09:04 PM
RE: I´m searching for a md3 plugin - oort - 06-06-2013, 10:29 PM
RE: I´m searching for a md3 plugin - oort - 06-09-2013, 05:11 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)