[Bf-blender-cvs] CVS commit: blender/source/blender/src playanim.c

Kent Mein mein at cs.umn.edu
Sat Mar 6 17:14:26 CET 2004


sirdude (Kent Mein) 2004/03/06 17:14:26 CET

  Modified files:
    blender/source/blender/src playanim.c 
  
  Log:
  added #include <string.h>
  to remove the following warnings:
  playanim.c:228: warning: implicit declaration of function `strdup'
  playanim.c:228: warning: assignment makes pointer from integer without a cast
  playanim.c:234: warning: implicit declaration of function `strcpy'
  playanim.c:281: warning: assignment makes pointer from integer without a cast
  playanim.c:299: warning: implicit declaration of function `strlen'
  playanim.c: In function `playanim':
  playanim.c:378: warning: implicit declaration of function `strcat'
  
  Kent
  
  Revision  Changes    Path
  1.9       +2 -1      blender/source/blender/src/playanim.c



More information about the Bf-blender-cvs mailing list