Fixes some occurrences of 'variable set but not used', disables Werror for problematic items.

This commit is contained in:
Jerome Duval
2012-02-23 20:32:11 +01:00
parent 0d33f92c77
commit eb5f363978
17 changed files with 59 additions and 57 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ typedef uint32_t bus_size_t;
#define wakeup(i) release_sem_etc(i->Sem, 0, B_RELEASE_IF_WAITING_ONLY | B_RELEASE_ALL)
#define splfw() 0
#define splx(s)
#define splx(s) (void)s
#define hz 1000000LL