fix clang warnings -R in kernel/ and servers/

This commit is contained in:
Ben Gras
2011-06-09 16:09:13 +02:00
parent d34ab6de9f
commit a77c2973b3
32 changed files with 71 additions and 119 deletions

View File

@@ -238,4 +238,6 @@ PUBLIC int app_cpu_init_timer(unsigned freq)
{
if (init_local_timer(freq))
return -1;
return 0;
}