GNOME Bugzilla – Bug 720818
clang's warnings
Last modified: 2014-02-02 14:25:08 UTC
clang gives out two interesting warnings for these cases in code: int a = 0.5; // is always 0 (unsigned) b > 0 // always true Attached patches that fix these.
Created attachment 264612 [details] [review] Fix implicit recasting of value
Created attachment 264613 [details] [review] Remove tautological condition
Review of attachment 264612 [details] [review]: LG.
Review of attachment 264613 [details] [review]: LG.
Pushed both patches.