Advertisement
y2kbug

Untitled

Dec 11th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. pi@navio-rpi:~$ gcc waveclock.c -Wall -l bcm2835 -o waveclock
  2. waveclock.c: In function ‘wait_for_next_minute’:
  3. waveclock.c:58:5: warning: implicit declaration of function ‘gettimeofday’ [-Wimplicit-function-declaration]
  4. waveclock.c:60:5: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘suseconds_t’ [-Wformat]
  5. waveclock.c:61:5: warning: implicit declaration of function ‘usleep’ [-Wimplicit-function-declaration]
  6. waveclock.c:66:5: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘suseconds_t’ [-Wformat]
  7. waveclock.c: In function ‘main’:
  8. waveclock.c:106:5: warning: implicit declaration of function ‘daemon’ [-Wimplicit-function-declaration]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement