davidyxu / gorilla-audio

Automatically exported from code.google.com/p/gorilla-audio
0 stars 0 forks source link

Function type signature mismatch causes warning #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make the library
2. Note warning: 
WARNING: While resolving call to function 'gaX_stream_link_create' arguments 
were dropped!

What is the expected output? What do you see instead?
gaX_stream_manager_add (ga_stream.c:144) creates a gaX_StreamLink, passing it 
in_stream. However, gaX_stream_link create accepts no arguments. This causes 
the warning.

I see that streamLink->stream is set on line 150 of the same function, so this 
shouldn't affect the library functionally.

What version of the product are you using? On what operating system?
0.3.0 archive.

Please provide any additional information below.
Patch is attached.

Original issue reported on code.google.com by bowes.ju...@gmail.com on 5 Dec 2012 at 3:58

Attachments: