diff options
| author | Keith Packard <keithp@keithp.com> | 2014-01-31 17:44:45 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-02-08 20:13:38 -0800 | 
| commit | 1d3420e51db4d1a46237e97aeb189d2a8eba7f5e (patch) | |
| tree | fa43653d53d564bd602cfe8425b70abf91fe3791 /src/drivers/ao_bufio.c | |
| parent | 7a8adfed8fbbcaac71da9c6d54bbd3091f4d7511 (diff) | |
altos: Eliminate warnings in FAT code
The FAT file system code wasn't cleaned up when the warning fixes were
done recently.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_bufio.c')
| -rw-r--r-- | src/drivers/ao_bufio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/drivers/ao_bufio.c b/src/drivers/ao_bufio.c index c0fe604a..70e30b67 100644 --- a/src/drivers/ao_bufio.c +++ b/src/drivers/ao_bufio.c @@ -45,7 +45,7 @@ static uint8_t		ao_bufio_mutex;  #if 0  #define DBG(...) printf(__VA_ARGS__)  #else -#define DBG(...) +#define DBG(...) (void) 0  #endif  static inline void | 
