]> 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 21:44:16 +0000 (21:44 +0000)
commitf07e58d30f9f8c396406a9795071f6fa4a837e34
tree01e460922354439982e2a41540eccc56bbaa702b
parent6c4ec9d9544b23fddee720e05eb17e965fb59a5e
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