forked from Imagelibrary/rtems
2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/putk.c: Remove useless variable initialization pointed out by clang.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libcsupport/src/putk.c: Remove useless variable initialization
|
||||
pointed out by clang.
|
||||
|
||||
2010-11-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* score/include/rtems/score/userext.h: Documentation.
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
*/
|
||||
void putk(const char *s)
|
||||
{
|
||||
const char *p = s;
|
||||
const char *p;
|
||||
|
||||
for (p=s ; *p ; p++ )
|
||||
BSP_output_char(*p);
|
||||
|
||||
Reference in New Issue
Block a user