cvsuser     03/11/23 21:51:09

  Modified:    imcc     instructions.c
  Log:
  Remove warning.
  
  Revision  Changes    Path
  1.53      +1 -0      parrot/imcc/instructions.c
  
  Index: instructions.c
  ===================================================================
  RCS file: /cvs/public/parrot/imcc/instructions.c,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -w -r1.52 -r1.53
  --- instructions.c    22 Nov 2003 12:13:49 -0000      1.52
  +++ instructions.c    24 Nov 2003 05:51:09 -0000      1.53
  @@ -501,6 +501,7 @@
   {
       Instruction * ins;
       struct Parrot_Interp *interpreter = (struct Parrot_Interp *)param;
  +    UNUSED(unit);
   #if IMC_TRACE
       fprintf(stderr, "instructions.c: emit_flush\n");
   #endif
  
  
  

Reply via email to