[Home]

Summary:ASTERISK-00265: [patch] fix a few compile warnings.
Reporter:Brian West (bkw918)Labels:
Date Opened:2003-11-22 17:24:04.000-0600Date Closed:2004-09-25 02:49:15
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) all_warnings.diff.txt
( 1) app_record_uninitialized_var.diff.txt
( 2) astman_warnings.diff.txt
( 3) db1_ast_warnings.diff.txt
( 4) editline_compile_warnings.diff.txt
( 5) lpc10_warnings.diff.txt
Description:This should clear up the compile warnings when astman compiles.  app_record had rfmt uninitialized and more.


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

M apps/app_record.c
M astman/astman.c
M codecs/lpc10/pitsyn.c
M codecs/lpc10/voicin.c
M db1-ast/btree/bt_delete.c
M db1-ast/btree/bt_put.c
M db1-ast/btree/bt_seq.c
M db1-ast/btree/bt_split.c
M db1-ast/hash/hash_buf.c
M db1-ast/hash/hash_page.c
M db1-ast/recno/rec_open.c
M editline/term.c


Thats the list of files that are modified.
Comments:By: Brian West (bkw918) 2003-11-22 18:08:29.000-0600

added the db1-ast warnings fix.  I tested astman, lpc10 and all the db functions to make sure nothing was broken. It all seems fine.

By: Brian West (bkw918) 2003-11-22 18:34:14.000-0600

added cleanups for editline compile warnings.

By: Brian West (bkw918) 2003-11-22 18:40:52.000-0600

These few small patches should remove ALL compile warnings in current CVS.

By: Brian West (bkw918) 2003-11-22 18:57:47.000-0600

added a diff for all the cleanups/fixes

By: Brian West (bkw918) 2003-11-23 15:49:57.000-0600

Fixed in CVS