[Home]

Summary:ASTERISK-08731: Errors while compiling svn 53142
Reporter:Erick Perez (eaperezh)Labels:
Date Opened:2007-02-04 18:22:04.000-0600Date Closed:2007-02-05 09:24:03.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The following errors are present in a "make clean" "make all" of asterisk svn 53142.

pbx_dundi.c: In function `cache_lookup_internal':
pbx_dundi.c:1158: warning: dereferencing type-punned pointer will break strict-aliasing rules
pbx_dundi.c: In function `load_password':
pbx_dundi.c:2053: warning: dereferencing type-punned pointer will break strict-aliasing rules

src/preprocess.c: In function `Gsm_Preprocess':
src/preprocess.c:49: warning: unused variable `utmp'
src/short_term.c: In function `Gsm_Short_Term_Analysis_Filter':
src/short_term.c:376: warning: unused variable `i'

analys.c:208: warning: no previous prototype for 'analys_'
analys.c: In function `analys_':
analys.c:566: warning: implicit declaration of function `placev_'
analys.c:622: warning: implicit declaration of function `placea_'

bsynz.c:125: warning: no previous prototype for 'bsynz_'

chanwr.c:134: warning: no previous prototype for 'chanwr_0_'
chanwr.c:224: warning: no previous prototype for 'chanwr_'
chanwr.c:230: warning: no previous prototype for 'chanrd_'

dcbias.c:80: warning: no previous prototype for 'dcbias_'

decode.c:150: warning: no previous prototype for 'decode_'

deemp.c:107: warning: no previous prototype for 'deemp_'

difmag.c:93: warning: no previous prototype for 'difmag_'

dyptrk.c:132: warning: no previous prototype for 'dyptrk_'

encode.c:113: warning: no previous prototype for 'encode_'

energy.c:79: warning: no previous prototype for 'energy_'

ham84.c:86: warning: no previous prototype for 'ham84_'

hp100.c:115: warning: no previous prototype for 'hp100_'

invert.c:94: warning: no previous prototype for 'invert_'

irc2pc.c:84: warning: no previous prototype for 'irc2pc_'

ivfilt.c:91: warning: no previous prototype for 'ivfilt_'

lpcini.c:94: warning: no previous prototype for 'lpcini_'

lpfilt.c:85: warning: no previous prototype for 'lpfilt_'

median.c:70: warning: no previous prototype for 'median_'

mload.c:101: warning: no previous prototype for 'mload_'

onset.c:132: warning: no previous prototype for 'onset_'

pitsyn.c:136: warning: no previous prototype for 'pitsyn_'

placea.c:119: warning: no previous prototype for 'placea_'

placev.c:115: warning: no previous prototype for 'placev_'

preemp.c:84: warning: no previous prototype for 'preemp_'

prepro.c:103: warning: no previous prototype for 'prepro_'

random.c:94: warning: no previous prototype for 'random_'

rcchk.c:83: warning: no previous prototype for 'rcchk_'

synths.c:172: warning: no previous prototype for 'synths_'
synths.c: In function `synths_':
synths.c:401: warning: implicit declaration of function `irc2pc_'
synths.c:402: warning: implicit declaration of function `bsynz_'

tbdm.c:97: warning: no previous prototype for 'tbdm_'

voicin.c:262: warning: no previous prototype for 'voicin_'

vparms.c:138: warning: no previous prototype for 'vparms_'


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

Centos 4.4. Kernel 2.6.9-42.0.3.EL
VIA EPIA 1.2ghz

Im not a programmer, but Im reporting this in hope of clean code compilation.
Comments:By: Tilghman Lesher (tilghman) 2007-02-04 19:12:47.000-0600

Where do you see a single error in that output?  I only see warnings.

By: Erick Perez (eaperezh) 2007-02-04 19:16:28.000-0600

Thanks Corydon76 for your post.
As I said. Im not a programmer, but isn't this supposed to clean compile without warnings. For a non-programmer perpective, this looks like a bunch of errors.

To help me understand better and for future posts I appreciate your feedback.

By: Tilghman Lesher (tilghman) 2007-02-04 19:20:30.000-0600

They are not errors, only warnings.  They are completely innocuous and can be safely ignored.

By: Joshua C. Colp (jcolp) 2007-02-05 09:24:02.000-0600

Closing this out. They are normal warnings.