[Home]

Summary:ASTERISK-08729: Minor Compilation Errors on zaptel svn branch 2083
Reporter:Erick Perez (eaperezh)Labels:
Date Opened:2007-02-04 12:08:16.000-0600Date Closed:2007-02-06 09:04:52.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) Makefile
( 1) zaptel_compile.txt
Description:Machine: VIA EPIA 1.2ghz, 1gb RAM.
OS: Centos 4.4

make clean, make install produces this output:

make[1]: Entering directory `/usr/src/kernels/2.6.9-42.0.3.EL-i686'
CC [M]  /usr/src/asterisk/zaptel-1.2/zaptel-base.o
/usr/src/asterisk/zaptel-1.2/zaptel-base.c:188: warning: 'fcstab' defined but
not used.

CC [M]  /usr/src/asterisk/zaptel-1.2/ztd-eth.o
/usr/src/asterisk/zaptel-1.2/ztd-eth.c:189: warning: initialization from
incompatible pointer type.

Zaptel compiles fine,asterisk runs fine, but since I'm not a programmer I wonder if those errors may lead to some strange issues later on in zaptel.

****** ADDITIONAL INFORMATION ******

Makefile file and compilation ouptput attached.
Comments:By: Joshua C. Colp (jcolp) 2007-02-04 13:47:58.000-0600

These are normal warning messages.