| Summary: | ASTERISK-05730: [patch] fix build error | ||
| Reporter: | Russell Bryant (russell) | Labels: | |
| Date Opened: | 2005-12-01 20:16:27.000-0600 | Date Closed: | 2005-12-01 22:00:13.000-0600 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) libpri.patch | |
| Description: | libpri will currently not build with gcc4. It's due to a pointer signedness issue in a call to libpri_copy_string. However, we have enabled treating warnings as errors, so the build will fail. | ||
| Comments: | By: Russell Bryant (russell) 2005-12-01 22:00:00.000-0600 fixed in the trunk now that i have access to libpri :) | ||