waddou / libass

Automatically exported from code.google.com/p/libass
1 stars 0 forks source link

Remove useless warning message in ass_render.c #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The patch attached removes an useless warning message in "ass_render.c", and 
remove the unused variable "error" as well.

Checking the function "outline_to_bitmap", we can find that every time it 
returns NULL, it gives a warning itself, so it is useless to print a warning 
again for checking the return value.

Original issue reported on code.google.com by quanxunz...@gmail.com on 21 Nov 2012 at 12:16

GoogleCodeExporter commented 8 years ago

Original comment by quanxunz...@gmail.com on 21 Nov 2012 at 12:28

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thank you for your contributions, and sorry for the long silence. I think all 
of these three patches are fine. I applied them now.

Original comment by g...@chown.ath.cx on 14 Dec 2012 at 10:25