Mercurial > ecos
diff packages/language/c/libc/string/current/ChangeLog @ 3251:a27026771dae
Fix compiler warnings for discrediting const pointer. [ Bugzilla 1001865 ]
| author | vae |
|---|---|
| date | Sat, 15 Jun 2013 20:28:37 +0000 |
| parents | ae816c83f082 |
| children |
line wrap: on
line diff
--- a/packages/language/c/libc/string/current/ChangeLog +++ b/packages/language/c/libc/string/current/ChangeLog @@ -1,3 +1,8 @@ +2013-06-13 Ilija Kocho <ilijak@siva.com.mk> + + * tests/memchr.c: Fix compiler warnings for discrediting const pointer. + [ Bugzilla 1001865 ] + 2010-05-10 Ross Younger <wry@ecoscentric.com> * include/string.h: Declare strnlen.
