git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c480601
)
rtlwifi: Fix many compile warnings when using W=1
author
Larry Finger
<Larry.Finger@lwfinger.net>
Fri, 1 Feb 2013 16:40:22 +0000
(10:40 -0600)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 1 Feb 2013 19:27:25 +0000
(14:27 -0500)
Many warnings like the following arise from a build with W=1 on the
make line:
warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
Changing the overall debug level storage from unsigned to signed fixes these.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found