id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,blockedby,blocking 1927,mpc83xx/network/tsec.c large integer implicitly truncated to unsigned type,Ralf Corsepius,Joel Sherrill,"Building mpc83xx-based BSPs raises this warning: ... c/src/lib/libcpu/powerpc/mpc83xx/network/tsec.c:334:3: warning: large integer implicitly truncated to unsigned type [-Woverflow] ... The line of code in question looks like this: ... static const uint8_t divider [] = { 64, 64, 96, 128, 160, 224, 320, 448 }; ... This is apparently wrong, because 320 and 448 are greater than the maximum value of uint8_t (255). Unfortunately, I am not sufficiently familiar with this code to be able to fix this issue. My guess is, divider should be an array of uint32_t's.",defect,closed,normal,4.11,bsps,4.11,normal,fixed,,thomas.doerfler@… sebastian.huber@…,,