[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] Typo in select.h



I have been getting warnings when I use the FD_ISSET macro in my application (warning: unused variable `__fd'). I tracked it down to line 49 in $PETALINUX/software/petalinux-dist/uClibc/libc/sysdeps/linux/microblaze/bits/select.h. The reference in this line is to the fd parameter rather than the local variable __fd, as is used in the other macros above this one.

Having fixed it in the source however, I don't seem to be able to get the fix to progagate and get rid of the warning while compiling my application. I have done a hardware make libsclean & libs, then a petalinux-dist make clean, oldconfig, dep, all cycle and the warning is still showing. I want to make sure I don't disturb my current config and I'm not sure if make mrproper will do that so I haven't used it. Am I missing a step somewhere or have I found the wrong file and in reality, not fixed the warning anyways?

Obvioiusly this isn't stopping me in any way from having working code, but I'm curious about what's happening. Any thoughts?

Jim Law
Iris Power
Toronto



___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/