Subject: CVS commit: wip/simulavr
From: Makoto Fujiwara
Date: 2014-06-20 16:33:28
Message id: E1Wxztq-0000Vp-1v@sfs-ml-3.v29.ch3.sourceforge.com

Log Message:
Add patch to resolve following error
  StdDefs.c: In function 'putstr':
  StdDefs.c:120:4: warning: pointer targets in passing argument 1 of 'strlen' \ 
differ in signedness [-Wpointer-sign]
      for (j = 0; j <= strlen(s); j++)
          ^

Files:
RevisionActionfile
1.9modifywip/simulavr/Makefile
1.6modifywip/simulavr/distinfo
1.1addwip/simulavr/patches/patch-examples_atmel_key_StdDefs_c