BUILD/libkexiv2-4.14.3/libkexiv2/kexiv2exif.cpp:934:45: warning: logical 'or' of collectively exhaustive tests is always true [-Wlogical-op] Source code is if ((orientation != ORIENTATION_NORMAL) || (orientation != ORIENTATION_UNSPECIFIED)) Reproducible: Always
Git commit df4f4dc2e4c8c3182981c636b5797181d61934e5 by Gilles Caulier. Committed on 26/11/2014 at 22:28. Pushed by cgilles into branch 'master'. wrong test : this must be an AND operator, not OR FIXED-IN: 4.6.0 M +1 -1 libkexiv2/kexiv2exif.cpp http://commits.kde.org/libkexiv2/df4f4dc2e4c8c3182981c636b5797181d61934e5