I am trying to compile busybox 0.49 on my Debian box. I'm running
testing and this is the first problem i've had. I had the same error
with 0.48. I am a relatively untrained wannabe programmer so I have no
Idea if this is gcc , make or my downloads.
heres the error:
gcc -Wall -Os -fomit-frame-pointer -D_GNU_SOURCE -I- -I. -I.
-DBB_VER='"0.49"' -DBB_BT='"2001.03.15-17:14+0000"'  -c sync.c -o sync.o

sync.c: In function `sync_main':
sync.c:32: void value not ignored as it ought to be
sync.c:33: warning: control reaches end of non-void function
make: *** [sync.o] Error 1



Reply via email to