Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CC pwr_mgr_u.c => pwr_mgr_u.o
- CC linukal_event.c => linukal_event.o
- CC linukal_queue.c => linukal_queue.o
- src/linukal_queue.c: In function 'cnxt_kal_qu_create':
- src/linukal_queue.c:508:40: error: 'uQuTblIndex' may be used uninitialized in this function [-Werror=maybe-uninitialized]
- gfQuTable[uQuTblIndex].bInUse = FALSE;
- ^
- src/linukal_queue.c:328:12: note: 'uQuTblIndex' was declared here
- u_int32 uQuTblIndex;
- ^
- cc1: all warnings being treated as errors
- Makefile:68: recipe for target '/home/vanhofen/ni/buildsystem/build_tmp/ni-libnxp/src/linukal_queue.o' failed
- 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