eval: Explicitly ignore return value of strtod() in parse_db()
authorDiego Biurrun <diego@biurrun.de>
Sat, 27 Jul 2013 11:14:15 +0000 (13:14 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sat, 27 Jul 2013 14:00:41 +0000 (16:00 +0200)
commit5b097399baa2e38cc513939cfab3a9b6fdbc33df
tree8581fcf17cdb5318329f63b56c598a0da604f7f5
parent6ff15cd569e1345bc3612fb69ad3003b104fe50d
eval: Explicitly ignore return value of strtod() in parse_db()

The return value is not needed.  This fixes the warning:
libavutil/eval.c:353:15: warning: ignoring return value of â€˜strtod’
libavutil/eval.c