Bugzilla – Bug 136906
openh323-1.17.2-3: undefined C code
Last modified: 2005-12-06 11:32:23 UTC
I just tried to compile package openh323-1.17.2-3 with a prerelease of the GNU C compiler version 4.1. It said 1. ./iLBC/iCBSearch.c:124: warning: operation on `pp' may be undefined The source code is *ppe+=(*pp)*(*pp++); I agree with the compiler - this code seems to be undefined. Suggest new code *ppe+=(*pp)*(*pp); ++pp; 2. ./iLBC/iCBSearch.c:306: warning: operation on `pp' may be undefined Duplicate.
Thanks for the report. Fixed.