]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Handle a failure of strerror_r
authorTravis Cross <tc@traviscross.com>
Sat, 25 May 2013 09:49:32 +0000 (09:49 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 25 May 2013 19:05:34 +0000 (19:05 +0000)
commit8c37db140ea17facdd3f332e292bf23d94dea77c
tree3d3e155b8bead897a111f271122171df312e5695
parent6d5018007b29365cde607fe39e975f9ba46856e4
Handle a failure of strerror_r

This fixes the build on gcc-4.7.3.  The build was breaking with:

  error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
libs/esl/src/esl.c