W dniu 11 stycznia 2010 23:42 użytkownik Michael Buesch <mb@xxxxxxxxx> napisał: > On Monday 11 January 2010 23:27:18 Rafał Miłecki wrote: >> Whoops, I should have explained what I mean. I am not sure what CFLAGS >> "make" picks for compiled but I get: >> >> CC [M] drivers/net/wireless/b43/phy_n.o >> drivers/net/wireless/b43/phy_n.c: In function ‘b43_nphy_rev2_rssi_cal’: >> drivers/net/wireless/b43/phy_n.c:887: warning: missing braces around initializer >> drivers/net/wireless/b43/phy_n.c:887: warning: (near initialization >> for ‘results[0]’) >> >> for s32 results[4][4] = { 0, }; >> > > But does this work? > s32 results[4][4] = { }; Yes, this compiles fine, and I believe it works fine :) -- Rafał -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html