From 2f0c1c79c4fe75aa9387faa0e1e61f6609ce8cd6 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 24 Apr 2009 19:22:48 +0000 Subject: remove gcc 4.2 warnings in pd_print svn path=/trunk/; revision=11119 --- desiredata/src/desire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desiredata/src/desire.c') diff --git a/desiredata/src/desire.c b/desiredata/src/desire.c index 23b6cd7d..7867a669 100644 --- a/desiredata/src/desire.c +++ b/desiredata/src/desire.c @@ -281,7 +281,7 @@ t_queue *queue_new () { static bool debug_queue=0; -static void pd_print (t_pd *self, char *header) { +static void pd_print (t_pd *self, const char *header) { if (self->_class->gobj && (object_table->get(self)&1)==0) {printf("%s %p dead\n",header,self); return;} if (self->_class->patchable) { t_binbuf *b = ((t_text *)self)->binbuf; -- cgit v1.2.1