mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

src/libgmlib/gm_audio.c uses function floor() but misses include on math.h #505

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
src/libgmlib/gm_audio.c is using function floor() but doesn't include math.h 
for it, resulting in a implicit declaration of function compiler warning

attached patch solves the issue

Original issue reported on code.google.com by ssuomine...@gmail.com on 22 Apr 2011 at 11:15

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in 1.0.3

Original comment by kdeko...@gmail.com on 22 Apr 2011 at 12:47

GoogleCodeExporter commented 8 years ago
Indeed. Thanks.

Original comment by ssuomine...@gmail.com on 25 Apr 2011 at 3:56