[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: pbernaud
  Date: 05/02/24 17:13:00

  Modified:    .        ChangeLog
  Log:
  Fixed gcc warnings at compilation of x_multiattrib.nw
  
  
  
  
  Revision  Changes    Path
  1.364     +3 -0      eda/geda/devel/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
  retrieving revision 1.363
  retrieving revision 1.364
  diff -u -b -r1.363 -r1.364
  --- ChangeLog	24 Feb 2005 22:11:23 -0000	1.363
  +++ ChangeLog	24 Feb 2005 22:13:00 -0000	1.364
  @@ -1,5 +1,8 @@
   2005-02-24  Patrick Bernaud  <b-patrick@xxxxxxxxxx>
   
  +	* noweb/x_multiattrib.nw: Removed unused variables and fixed a couple 
  +	of gcc warnings.
  +	
   	* noweb/g_funcs.nw (hash_table_2_list): Replaced deprecated guile 
   	functions with their equivalents in the new scm interface.