On Wed, May 11, 2011 at 6:57 PM, Or Gerlitz <[email protected]> wrote: > > Roland Dreier wrote: >> >> This also gets rid of the warning >> drivers/infiniband/core/cma.c: In function 'cma_iw_handler': >> drivers/infiniband/core/cma.c:1333:3: warning: case value '4294967185' >> not in enumerated type 'enum iw_cm_event_status' >> drivers/infiniband/core/cma.c:1336:3: warning: case value '4294967186' >> not in enumerated type 'enum iw_cm_event_status' >> drivers/infiniband/core/cma.c:1332:3: warning: case value '4294967192' >> not in enumerated type 'enum iw_cm_event_status' > > Roland, so how did you manage to see that warning, is it your plane gcc (what > version?) > or through using some static checker? for example, I don't see it with the > latest sparse.
I see these warnings every time I recompile the kernel with gcc 4.5.1. Bart. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
