1. 14 8月, 2012 3 次提交
    • Stefan Knoblich's avatar
      FreeSWITCH: Add switch_strerror_r() to fix problems with XSI and GNU variants of strerror_r(). · 8bcf3b4f
      Stefan Knoblich 提交于
      GNU variant of strerror_r() returns char *, while the XSI version returns int.
      
      To make things worse, glibc ships both and added a unused result warning
      in recent versions (2.16) causing the build to fail.
      
      Add our own custom wrapper that always returns a pointer to the message buffer
      and additionally make XSI versions of strerror_r() GNU compatible by
      returning "Unknown error xxx" if no error message is available.
      
      Fixes:
          src/switch_rtp.c: In function 'rtp_common_read':
          src/switch_rtp.c:3313:15: error: ignoring return value of 'strerror_r',
          declared with attribute warn_unused_result [-Werror=unused-result]
          cc1: all warnings being treated as errors
      Signed-off-by: 's avatarStefan Knoblich <stkn@openisdn.net>
      8bcf3b4f
    • Jeff Lenk's avatar
      FS-4517 --resolve · 3d9d42b7
      Jeff Lenk 提交于
      3d9d42b7
    • Jeff Lenk's avatar
      FS-4219 --resolve · a293512f
      Jeff Lenk 提交于
      a293512f
  2. 13 8月, 2012 7 次提交
  3. 12 8月, 2012 2 次提交
  4. 11 8月, 2012 4 次提交
  5. 10 8月, 2012 4 次提交
  6. 09 8月, 2012 10 次提交
  7. 08 8月, 2012 10 次提交