Advertisement
vinicius_souza

make (folder examples)

Nov 19th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1.   CC     verify_live.o
  2. verify_live.c: In function ‘main’:
  3. verify_live.c:174:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  4.   CCLD   verify_live
  5.   CC     enroll.o
  6.   CCLD   enroll
  7.   CC     verify.o
  8. verify.c: In function ‘main’:
  9. verify.c:132:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  10.   CCLD   verify
  11.   CC     img_capture.o
  12.   CCLD   img_capture
  13.   CXX    cpp-test.o
  14.   CXXLD  cpp-test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement