mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +00:00
f1287e9bc6
This fix compilation warning:
printf.c:14:13: warning: type of 'board_putc' does not match original declaration [-Wlto-type-mismatch]
14 | extern void board_putc(int ch);
| ^
board-lantiq.c:24:6: note: type mismatch in parameter 1
24 | void board_putc(char c)
| ^
board-lantiq.c:24:6: note: type 'char' should match type 'int'
board-lantiq.c:24:6: note: 'board_putc' was previously declared here
Fixes:
|
||
---|---|---|
.. | ||
board-lantiq.c | ||
cache.c | ||
cache.h | ||
cacheops.h | ||
config.h | ||
cp0regdef.h | ||
head.S | ||
lantiq.mk | ||
loader2.lds | ||
loader.c | ||
loader.lds | ||
lzma-data.lds | ||
LzmaDecode.c | ||
LzmaDecode.h | ||
LzmaTypes.h | ||
Makefile | ||
printf.c | ||
printf.h |