[PD-cvs] pd/src g_all_guis.h, 1.4.8.2, 1.4.8.3 m_binbuf.c, 1.4.4.1.2.2, 1.4.4.1.2.3 m_class.c, 1.3.4.7.2.9, 1.3.4.7.2.10

Mathieu Bouchard matju at users.sourceforge.net
Mon Nov 28 00:13:15 CET 2005


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17801

Modified Files:
      Tag: devel_0_39
	g_all_guis.h m_binbuf.c m_class.c 
Log Message:
fixed warnings


Index: m_class.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_class.c,v
retrieving revision 1.3.4.7.2.9
retrieving revision 1.3.4.7.2.10
diff -C2 -d -r1.3.4.7.2.9 -r1.3.4.7.2.10
*** m_class.c	27 Nov 2005 08:10:18 -0000	1.3.4.7.2.9
--- m_class.c	27 Nov 2005 23:13:13 -0000	1.3.4.7.2.10
***************
*** 824,827 ****
--- 824,828 ----
                  narg++;
                  ap++;
+ 	    default: error("pd_typedmess: d'oh");
              }
          }

Index: m_binbuf.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_binbuf.c,v
retrieving revision 1.4.4.1.2.2
retrieving revision 1.4.4.1.2.3
diff -C2 -d -r1.4.4.1.2.2 -r1.4.4.1.2.3
*** m_binbuf.c	27 Nov 2005 08:10:18 -0000	1.4.4.1.2.2
--- m_binbuf.c	27 Nov 2005 23:13:13 -0000	1.4.4.1.2.3
***************
*** 607,610 ****
--- 607,611 ----
                  else pd_list(target, 0, nargs, stackwas);
                  break;
+ 	    default: error("binbuf_eval: d'oh");
              }
          }

Index: g_all_guis.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_all_guis.h,v
retrieving revision 1.4.8.2
retrieving revision 1.4.8.3
diff -C2 -d -r1.4.8.2 -r1.4.8.3
*** g_all_guis.h	16 Sep 2005 19:20:04 -0000	1.4.8.2
--- g_all_guis.h	27 Nov 2005 23:13:12 -0000	1.4.8.3
***************
*** 245,250 ****
      float    x_fr;
      int      x_scale;
!     void     *x_out_rms;
!     void     *x_out_peak;
      unsigned int x_updaterms:1;
      unsigned int x_updatepeak:1;
--- 245,250 ----
      float    x_fr;
      int      x_scale;
!     t_outlet *x_out_rms;
!     t_outlet *x_out_peak;
      unsigned int x_updaterms:1;
      unsigned int x_updatepeak:1;





More information about the Pd-cvs mailing list