Advertisement
svenhoefer

Untitled

Oct 25th, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. CC pwr_mgr_u.c => pwr_mgr_u.o
  2. CC linukal_event.c => linukal_event.o
  3. CC linukal_queue.c => linukal_queue.o
  4. src/linukal_queue.c: In function 'cnxt_kal_qu_create':
  5. src/linukal_queue.c:508:40: error: 'uQuTblIndex' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  6. gfQuTable[uQuTblIndex].bInUse = FALSE;
  7. ^
  8. src/linukal_queue.c:328:12: note: 'uQuTblIndex' was declared here
  9. u_int32 uQuTblIndex;
  10. ^
  11. cc1: all warnings being treated as errors
  12. Makefile:68: recipe for target '/home/vanhofen/ni/buildsystem/build_tmp/ni-libnxp/src/linukal_queue.o' failed
  13. make[1]: *** [/home/vanhofen/ni/buildsystem/build_tmp/ni-libnxp/src/linukal_queue.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement