tomtor / dcrawps

dcraw fork with Pentax Pixel Shift support
GNU General Public License v2.0
8 stars 2 forks source link

Inadvertent comparison (==) where assignment (=) intended. #6

Closed jcbrill closed 3 years ago

jcbrill commented 3 years ago

There appears to be an inadvertent comparison operator where an assignment operator was intended.

In a local copy of dcrawps, minor changes were made to dcraw.c to compile with msvc 2019. The msvc compiler issued a warning for the statement modified in this PR: warning C4553: '==': result of expression not used; did you intend '='?